diff --git a/excalidash/compose.yaml b/excalidash/compose.yaml index 974e2d0..e8f651a 100644 --- a/excalidash/compose.yaml +++ b/excalidash/compose.yaml @@ -30,7 +30,7 @@ services: ports: - "8030:80" depends_on: - - excalidash-backend + - backend healthcheck: test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1:80"] interval: 30s