1
0
mirror of https://github.com/wallabag/docker synced 2025-12-11 00:36:36 +00:00

Merge pull request #426 from boraozgen/readme-update

Update example compose file mariadb healthcheck command
This commit is contained in:
Jérémy Benoist
2025-06-05 09:01:48 +02:00
committed by GitHub

View File

@@ -142,7 +142,7 @@ services:
volumes:
- /opt/wallabag/data:/var/lib/mysql
healthcheck:
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
test: ["CMD", "/usr/local/bin/healthcheck.sh", "--innodb_initialized"]
interval: 20s
timeout: 3s
redis: