nextcloud: externalize config

This commit is contained in:
Schneider Roland 2024-11-01 23:07:34 +01:00
parent f24c30117e
commit 4b8aad02bc

View File

@ -37,8 +37,8 @@ services:
- db
volumes:
- nextcloud:/var/www/html
- ./config.php:/var/www/html/config/config.php:rw
- ./app-hooks/before-starting:/docker-entrypoint-hooks.d/before-starting
#- ./config.php:/var/www/html/config/config.php:rw
#- ./app-hooks/before-starting:/docker-entrypoint-hooks.d/before-starting
environment:
- MYSQL_PASSWORD=nextcloud
- MYSQL_DATABASE=nextcloud