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

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. ####...

bug
examples
dependencies
3. to review
integration: proxy
regression

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...

docs
examples
3. to review
feature: cron
good first issue
needs review

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. ![image](https://github.com/user-attachments/assets/9418226c-32cb-48d6-8ed0-ebcd668c937f) No errors in containers log but...

bug
image
upstream
regression
4. to release

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...

enhancement

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...

enhancement
feature: auto config (environment variables)
feature: auto config (Docker secrets)
2. developing

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...

enhancement
examples
3. to review

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...

enhancement
image
priority: low

Secrets files handled only in the entrypoint, converted during initial execuition. Fixes #1148

enhancement
3. to review
feature: auto config (Docker secrets)