docker
docker copied to clipboard
⛴ Docker image of Nextcloud
blocked by https://github.com/Imagick/imagick/issues/640
### TL;DR: This PR disables proxy_buffering in Nextcloud's example Docker setups to fix large file (>1GB) download failures over slower network connections, reverting a recent breaking change within nginx-proxy. ####...
I suggest replacing: https://github.com/nextcloud/docker/blob/de77074a55a7d181276de5cddf9fbdb5b9e56f3e/.examples/docker-compose/insecure/mariadb/apache/docker-compose.yml#L37-L41 with: ```yml volumes_from: - app ``` instead of using a direct volume mapping. (and for all example configs) I had to debug this issue for the...
There doesn't seem to be an easy way to handle debug mode when running with docker, so it would be nice to add it. I just added log.config.php to all...
Setting up brand new istance using stock composer file with latest `nextcloud` image results in `Internal Server Error` shortly after pressing Install button.  No errors in containers log but...
I think it would be very convenient if this Docker container could add the occ CLI to the PATH variable. This way you could execute it from whichever directory you...
Hello Team , Thank you so much for the wonderful product which u people created as Open Source. from last one year I'm using Nextcloud which is deployed on azure...
Why? The image does not need to be built (why should it?) Fewer files and less code = easier maintenance and fewer potential bugs the container can be easily updated...
It would be great if the Docker container images had opencontainers labels. I have seen this across multiple other containers and believe this is the standard for labeling images. https://github.com/opencontainers/image-spec/blob/main/annotations.md...
Secrets files handled only in the entrypoint, converted during initial execuition. Fixes #1148