docker
docker copied to clipboard
⛴ Docker image of Nextcloud
Hi For some unknown reason, the .htaccess file in /var/www/html became unreadable with "bad message" errors I'm using docker compose and /var/www/html was mounted on a temporary volume named nextcloud...
Hi! I'm trying to run NextCloud behind a HTTPS Load Balancer (reverse-proxy), under a sub-path (`/nc`) of a FreeDNS sub-domain. Ex: `https://.jumpingcrab.com/nc/`. Setup overview: - NextCloud is ran in a...
Unfortunately the problem described in #385 reappeared again... The exact thing happens, that I describe in [my comment on #385](https://github.com/nextcloud/docker/issues/385#issuecomment-641840068) > Unfortunately this seems to be broken again... > >...
I didn't know where to put this, so sorry if this is the wrong place. I have a setup of traefik 2 and Nextcloud and wanted to know where I...
@tilosp this removed the `latest`, `apache`, `fpm-alpine` and `fpm` tags. This seems to happen because of the RC release. https://github.com/docker-library/official-images/pull/5276
Hey, i can't update to 23, because when i try so, i got the exception: Updates between multiple major versions and downgrades are unsupported. But i'm at 22. Unfortunately this...
Hi! I'm not sure if it was intended, but in commit updating nginx.conf to latest you guys removed proxy real IP setting in proxied examples: https://github.com/nextcloud/docker/commit/a92ea907312ac6d072b36fa76d11b6c9b5a4b8e6#diff-76e6f21e2d8f477d74859d2ae2a7c54a3874389730898b1cb3813edfac50b7e6L27
Hi, I use the official helm chart to deploy nextcloud on our internal kubernetes instance. The container went unhealthy every time. I disabled the probes. The container is marked as...
I'm using the nextcloud docker image (nc version 20.0.6.1). It seems to have support for setting NEXTCLOUD_DATA_DIR, but there are issues. Snippet of my docker-compose file: ```yaml app: image: nextcloud:fpm-alpine...
Hi! As a long-term (and very satisfied) Nextcloud user i'm working on my first installation via docker / docker-compose. Unfortunately it is way more troublesome than expected, one of my...