From 865be73d066a89c82bba80d24964cc6758f62ffb Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 3 Apr 2026 05:02:41 +0800 Subject: [PATCH] update --- docker-compose.example.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 8e5fc1f..9c24738 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -9,9 +9,7 @@ services: - ./backend/.env ports: - "127.0.0.1:8000:8000" - depends_on: - redis: - condition: service_healthy + condition: service_healthy healthcheck: test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8000/healthz >/dev/null || exit 1"] interval: 30s