nextcloud: externalize config
This commit is contained in:
parent
f24c30117e
commit
4b8aad02bc
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user