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