From 7716fbff1eebbebb97ca098d959e871b3ba38c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bora=20=C3=96zgen?= Date: Mon, 11 Nov 2024 22:16:32 +0100 Subject: [PATCH] Update example compose file mariadb healthcheck command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a5efb4..6b808c5 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,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: