fix volume mediawiki.yaml
This commit is contained in:
parent
5d62a46a16
commit
38da39d0f8
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- mediawiki-images:/var/www/html/images
|
- mediawiki-images:/var/www/html/images
|
||||||
- mediawiki-sqlite:/var/www/html/data
|
- mediawiki-sqlite:/var/www/html/data
|
||||||
- ./LocalSettings.php:/var/www/html/LocalSettings.php
|
# Comment the next line before the setup process. After that, set the volume and uncomment the following line
|
||||||
|
# - ./LocalSettings.php:/var/www/html/LocalSettings.php
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:80"]
|
test: ["CMD", "curl", "-f", "http://localhost:80"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue