diff --git a/bookstack/compose.yaml b/bookstack/compose.yaml index e8032b9..887f504 100755 --- a/bookstack/compose.yaml +++ b/bookstack/compose.yaml @@ -29,4 +29,11 @@ services: ports: - 9345:8080 restart: unless-stopped + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost/status"] + interval: 30s + timeout: 10s + retries: 3 + start_period: 60s + networks: {}