1
0
mirror of https://github.com/wallabag/docker synced 2025-12-15 18:56:29 +00:00

Update example compose file mariadb healthcheck command

This commit is contained in:
Bora Özgen
2024-11-11 22:16:32 +01:00
committed by Jérémy Benoist
parent d1c4800a3e
commit 923dffae55

View File

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