Fix Nextcloud security settings

Closes #1
This commit is contained in:
3wc 2020-09-09 01:17:35 +02:00
parent 268f55d829
commit 6f35f526ab
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ services:
- NEXTCLOUD_ADMIN_USER=admin
- NEXTCLOUD_ADMIN_PASSWORD_FILE=/run/secrets/admin_password
- NEXTCLOUD_TRUSTED_DOMAINS=${DOMAIN}
- APACHE_DISABLE_REWRITE_IP=1
- TRUSTED_PROXIES=traefik
volumes:
- nextapps:/var/www/html/custom_apps:cached
- nextdata:/var/www/html/data:cached