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

Recently (v24?) the Nextcloud self-check reported that opcache is not enabled. ![image](https://user-images.githubusercontent.com/67049/175772516-82b8b1fb-d82e-4e38-b26a-488224464520.png) Searching [Nextcloud forums](https://help.nextcloud.com/t/the-php-opcache-is-not-properly-configured/36147) it looks like the op enabled: ```ini opcache.enable=1 opcache.enable_cli=1 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=10000 opcache.memory_consumption=128 opcache.save_comments=1 opcache.revalidate_freq=1 ```...

In order to run `occ` one needs `sudo -u www-data occ`, as recommended by the script itself. However, `sudo` is not installed in the docker container. To install `sudo`, one...

i using latest container I can't login after set up password. That's it. version nextcloud:23.0.5-apache working doesn't have this issue.

When running nextcloud in the docker-compose setup documented here, adding my server to a nextcloud client (e.g. Ubuntu Desktop or Android) will not work. Reason seems to be that on...

I was using this [full example](https://github.com/nextcloud/docker/blob/ac8c9984319e45fd34fa3863f82fd9063d628aa4/.examples/dockerfiles/full/apache/Dockerfile) to set up Nextcloud with preview generation enabled. However, I noticed that PDF previews weren't working. Adding ghostscript to the list of installed packages...

Used names of files and folders with accents (Brazil pt_BR). I had to set the chart and set the environment variables. To work I had to add these environment variables:...

bug
upstream
needs review

Hello, If i open https page, i got errors: ``` 500 Internal Server Error nginx/1.21.6 ``` ``` nextcloud-letsencrypt-companion-1 | 2022/06/12 14:18:41 Generated '/app/letsencrypt_service_data' from 7 containers nextcloud-letsencrypt-companion-1 | 2022/06/12 14:18:41...

### Steps to reproduce 1. Use `/cron.sh` as documented [here](https://github.com/nextcloud/docker/blob/c046638a989032c3fbea02b40b5af8fc1eb3c9d7/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml#L39) ### Expected behaviour Cron jobs are expected to be executed. ### Actual behaviour 0 cron jobs are ran: `select count(*)...

question

Multiple domains in `NEXTCLOUD_TRUSTED_DOMAINS` separated with spaces are ignored. Example: docker-compose: ``` NEXTCLOUD_TRUSTED_DOMAINS: cloud-test.example.com cloud-test.internal.example.com ``` config.php ``` 'trusted_domains' => array ( 0 => 'cloud-test.example.com', ), ````

bug
feature: auto config (environment variables)
needs review

It would be great if this image could embed the inotify package natively to support automatic scanning when files are modified outside nextcloud ! cf. https://github.com/Blaok/nextcloud-inotifyscan