fixed health check
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- ${OMNITOOLS_PORT:-8000}:80
|
- ${OMNITOOLS_PORT:-8000}:80
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--spider", "-q", "http://localhost:80"]
|
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:80"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user