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

Nextcloud version _(eg, 12.0.2)_: 16.0.4 Operating system and version _(eg, Ubuntu 17.04)_: Kubernetes / Docker Apache or nginx version _(eg, Apache 2.4.25)_: Docker Image nextcloud:16.0.4-apache PHP version _(eg, 7.1)_: Docker...

k8s/helm/etc
needs review

docker-entrypoint.sh currently makes it very hard to run a Nextcloud container in an isolated [dynamic user namespace](https://docs.podman.io/en/v4.4/markdown/options/userns.container.html). Because UIDs are not known on the host before starting a container in...

enhancement
needs info
user

I've been using the nextcloud docker images for a while now without any issue until recently. Not that the issue was introduced by a change here but because of my...

bug
feature: auto config (environment variables)
1. To develop
needs review

At https://github.com/nextcloud/docker/tree/master/.examples#with-nginx-proxy it is written "The proxy is designed to serve multiple sites on the same host machine." Thats fine - but: could somebody pls. explain how and document it...

question
examples
integration: proxy

The example nginx confs are outdated (w.r.t. .htaccess on nextcloud/server) - I suggest we remove the nginx confs from here since they are a maintenance problem and instead link to...

bug
examples
integration: proxy
needs review

When initializing a new Nextcloud installation, the `maintenance:install` part of the installation creates redundant settings which draw docker environment variables unfunctional. Example of a brief `docker-compose.yml` setup: ```yml version: "3.7"...

enhancement
question
docs
upstream
feature: auto config (environment variables)

Hi Folks, thank you for providing a next cloud container image! Unfortunately I spent a lot of time to get nextcloud running in my Kubernetes cluster. Unfortunately it's still not...

enhancement
question
k8s/helm/etc
data persistence

Config files included into docker image are not replacing config files inside volume. This leads to bug fixes not being applied like here: https://github.com/nextcloud/docker/issues/1411#issuecomment-877738211

bug
feature: auto config (environment variables)
feature: auto config (Docker secrets)
data persistence

Fix problems with self signed SSL config - need to ensure cert and key file names are the same as VIRTUAL_HOST environment variable, and that DEFAULT_HOST needs to be specified...

examples
integration: proxy

Delete ocm path analogous to changes in https://github.com/nextcloud/documentation/pull/11180/files/800ab9726bbe164546e040fd1d8f38b072de8ec6

bug
examples
upstream
integration: proxy