nextcloud: externalize config
This commit is contained in:
parent
7dbea8cf65
commit
3f1993f714
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
chown www-data:www-data //app-hooks/before-starting:/docker-entrypoint-hooks.d/before-starting
|
||||
@ -38,6 +38,7 @@ services:
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
- ./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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user