fix: hc from localhost to 127.0.0.1
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
||||
- node
|
||||
- index.js
|
||||
healthcheck:
|
||||
test: "wget --no-verbose --tries=1 --spider http://localhost:4242/health || exit 1"
|
||||
test: "wget --no-verbose --tries=1 --spider http://127.0.0.1:4242/health || exit 1"
|
||||
interval: 1s
|
||||
timeout: 1m
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user