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: