Update mediawiki.yaml

This commit is contained in:
peaklabs-dev
2024-10-30 17:40:41 +01:00
parent 7f45e53574
commit ee79faf542

View File

@@ -12,8 +12,8 @@ services:
volumes:
- mediawiki-images:/var/www/html/images
- mediawiki-sqlite:/var/www/html/data
# 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
# Follow the instructions in https://coolify.io/docs/services/mediawiki#installation-steps for the following line
# - ./LocalSettings.php:/var/www/html/LocalSettings.php
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"]
interval: 5s