update health check port
This commit is contained in:
@@ -295,7 +295,7 @@ services:
|
||||
test:
|
||||
[
|
||||
"CMD-SHELL",
|
||||
"wget -qO- http://127.0.0.1:8000/health | grep -q 'healthy'",
|
||||
"wget -qO- http://127.0.0.1:9999/health | grep -q 'healthy'",
|
||||
]
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user