From e2748f4a95bebb9b786aaa8ef76df9b669234282 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Thu, 19 Mar 2026 00:25:41 -0700 Subject: [PATCH] had to remove the healthcheck because it was erroring --- Doku/docker-compose.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Doku/docker-compose.yaml b/Doku/docker-compose.yaml index 3f60b79..5ef9e53 100644 --- a/Doku/docker-compose.yaml +++ b/Doku/docker-compose.yaml @@ -8,9 +8,3 @@ services: ports: - ${DOKU_PORT}:9090 restart: unless-stopped - healthcheck: - test: ["CMD-SHELL", "wget -qO- http://localhost:9090/ || exit 1"] - interval: 30s - timeout: 10s - retries: 3 - start_period: 10s