From 4f57490faa0f1cfc5498f6a0b34686b5cbd78148 Mon Sep 17 00:00:00 2001 From: Tim Bendt Date: Fri, 20 Feb 2026 15:00:34 -0500 Subject: [PATCH] remove healthcheck for now --- docker-compose.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 463fc1d..70dc27f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,17 +35,16 @@ services: "--port", "18789", ] - healthcheck: - test: ["CMD", "healthcheck.sh"] - interval: 30s - timeout: 10s - retries: 3 - start_period: 30s + # healthcheck: + # test: ["CMD", "healthcheck.sh"] + # interval: 30s + # timeout: 10s + # retries: 3 + # start_period: 30s volumes: openclaw-config: openclaw-workspace: - gog-data: networks: dokploy-network: