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 - db
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www/html
- ./config.php:/var/www/html/config/config.php:rw #- ./config.php:/var/www/html/config/config.php:rw
- ./app-hooks/before-starting:/docker-entrypoint-hooks.d/before-starting #- ./app-hooks/before-starting:/docker-entrypoint-hooks.d/before-starting
environment: environment:
- MYSQL_PASSWORD=nextcloud - MYSQL_PASSWORD=nextcloud
- MYSQL_DATABASE=nextcloud - MYSQL_DATABASE=nextcloud