This commit is contained in:
MangoPig
2026-02-21 23:58:53 +00:00
parent 6fc84b20b6
commit 1f47e70d5c
+1 -1
View File
@@ -70,7 +70,7 @@ services:
ports:
- "8000:8000"
healthcheck:
test: ["CMD", "curl", "-sf", "http://localhost:8000/health"]
test: ["CMD", "python3", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/health')"]
interval: 30s
timeout: 10s
retries: 3