From 95546baa13e7e7e03924937e99dd40a796ac12f4 Mon Sep 17 00:00:00 2001 From: NovTangoPapa Date: Sat, 3 May 2025 13:36:12 -0700 Subject: [PATCH] Update README.md This change was made a while back, but at some point in time it was reverted: https://github.com/wallabag/docker/pull/426/files --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af05b00..d6ac0a3 100644 --- a/README.md +++ b/README.md @@ -142,9 +142,11 @@ services: volumes: - /opt/wallabag/data:/var/lib/mysql healthcheck: - test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"] - interval: 20s - timeout: 3s + test: ['CMD', '/usr/local/bin/healthcheck.sh', '--innodb_initialized'] + start_period: 5s + timeout: 5s + interval: 5s + retries: 5 redis: image: redis:alpine restart: unless-stopped