Minor bugfixes in Nextcloud recipe.
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
||||
- ./storage/volumes/nextcloud_init_d:/docker-entrypoint-hooks.d:ro
|
||||
# Needs R/W UID:GID 33:33 (www-data:www-data).
|
||||
- ./storage/volumes/nextcloud_html:/var/www/html
|
||||
- ./storage/volumes/nextcloud_data:/wtkclouddata
|
||||
- ./storage/volumes/nextcloud_data:/var/www/html/data
|
||||
environment:
|
||||
MYSQL_HOST: database
|
||||
MYSQL_DATABASE: nextcloud
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
# E.g. https://www.avast.com/random-password-generator
|
||||
NEXTCLOUD_ADMIN_PASSWORD: secret-3
|
||||
# Fill in according to local settings.
|
||||
#NEXTCLOUD_TRUSTED_DOMAINS: example.com, cloud.example.com
|
||||
#NEXTCLOUD_TRUSTED_DOMAINS: example.com cloud.example.com
|
||||
# These are required behind a reverse proxy.
|
||||
APACHE_DISABLE_REWRITE_IP: 1
|
||||
# Feel free to adapt to your Docker environment.
|
||||
|
||||
Reference in New Issue
Block a user