update health check port
This commit is contained in:
@@ -295,7 +295,7 @@ services:
|
|||||||
test:
|
test:
|
||||||
[
|
[
|
||||||
"CMD-SHELL",
|
"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
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user