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:
committed by
Jérémy Benoist
parent
d1c4800a3e
commit
923dffae55
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user