docker icon indicating copy to clipboard operation
docker copied to clipboard

⛴ Docker image of Nextcloud

Results 343 docker issues
Sort by recently updated
recently updated
newest added

Hey 👋 I am trying to setup a docker-compose project for nextcloud+postgres+minio (s3). The relevant part of my `docker-compose.yaml` looks like this: ```yaml services: # ... app: image: nextcloud restart:...

Hi, I've got a strange problem. A short overview for my setup: Nextcloud 17 in Docker cointainer including: OnlyOffice, Elasticsearch, Cron-Image Everything is working fine. After a clean install I...

question

### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...

bug

# Issue I was running into some issues with a rather slow web UI, and some online research led me to include Redis + Cron in my setup to potentially...

question

Since the podman rootless mode maps the root user in the container to the user running podman, preventing Nextcloud from running as root will cause a lot of trouble, mainly...

question

Hi there. I am using NFS for pv and pvc in K8s and I am recieving these logs. rsync: chown "/var/www/html/settings/l10n/.zh_CN.json.r0ofS9" failed: Operation not permitted (1) rsync: chown "/var/www/html/settings/l10n/.zh_TW.js.23y43E" failed:...

Is it possible to disable apache's access log? so many lines per second like this ``` app_1 | 192.168.0.2 - - [02/Jan/2022:10:12:40 +0000] "GET /login HTTP/1.1" 200 6862 "-" "Mozilla/5.0...

question

### Steps to reproduce 1. Enable previews for `.pdf` files in `config.php` 2. Place `.pdf` file into your cloud. 3. No previews. ### Expected behaviour Preview should be visible for...

question

Hi, I've reported this issue already but it got removed to the docker repository https://github.com/nextcloud/docker/issues/1493 (which is false in this case). See details below! ### Steps to reproduce 1. Vanilla...

Hi. I deploy containers with podman: -> $ podman run ... -e MYSQL_DATABASE="nextcloud_in_ccnr" -e MYSQL_USER="some" -e MYSQL_PASSWORD="else#some" -e MYSQL_HOST="11.1.0.1" -e NEXTCLOUD_ADMIN_USER="adm" -e NEXTCLOUD_ADMIN_PASSWORD="some'adm" -e TRUSTED_PROXIES="10.0.1.8 10.0.1.16 10.0.1.17" -e OVERWRITEPROTOCOL="https" -e...