nextcloud: externalize config

This commit is contained in:
Schneider Roland 2024-11-01 22:43:32 +01:00
parent bc932f3982
commit 7dbea8cf65
2 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ services:
- db - db
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www/html
- ./config.php:/var/www/html/config/config.php - ./config.php:/var/www/html/config/config.php:rw
environment: environment:
- MYSQL_PASSWORD=nextcloud - MYSQL_PASSWORD=nextcloud
- MYSQL_DATABASE=nextcloud - MYSQL_DATABASE=nextcloud