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

I'm creating this issue to collect all the other issues related to broken updates that try to skip a major release. Nextcloud does not support skipping a major release while...

enhancement
image

Because I completely wrecked my Nextcloud/Docker by stupidly trying to upgrade beyond a single version difference (I should have known better) I thought I'd completely remove Nextcloud from my system...

question

I'm trying to install nextcloud using the fpm docker compose image with nginx as the proxy runing natively on the host, but when i conect to my domain, nginx returns...

question

Hi, I tried to update my containers & installation to the latest version (21.0.3 --> 21.0.7) doing ``` docker-compose pull docker-compose build --pull ``` I ran through several problems with...

question

Trying to use .examples to have a good installation of Nextcloud using docker-compose I found 2 bugs using both mariadb-fpm and mariadb-apache: 1- Letsencrypt supply only invalid certificate (self-signed) 2-...

examples

Hi, I just create a Docker instance for Nextcloud and I get a warning about default_phone_region. I'm French and I must edit the data/config/config.php file to add : 'force_language' =>...

enhancement

Traefik 2.0 is much more native solution for reverse proxy in docker env. I created a sample docker-compose.yml file and updated README.

I have installed Nextcloud Hub from docker-compose. After installation, i've configured reverse proxy in Nginx (using a subdomain). During the first access (from external URL, not internal), the Nextcloud installation...

question

INotify file watcher relies on inotify support within docker in order to function. https://apps.nextcloud.com/apps/files_inotify These patches install php inotify support on image build.

enhancement
examples

When i set this in my docker-compose.yml ``` OVERWRITEHOST: cloud-test.example.com NEXTCLOUD_TRUSTED_DOMAINS: cloud-test.internal.example.com ``` and change later in the `config.php` the trusted_domains. They have no affect... When i do not set...

bug
0. Needs triage
needs info
feature: auto config (environment variables)