mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 06:26:58 +03:00
fix EW health check
This commit is contained in:
@@ -241,7 +241,7 @@ services:
|
|||||||
# ports:
|
# ports:
|
||||||
# - 8080:80
|
# - 8080:80
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl -fSs http://localhost:8080/version || exit 1"]
|
test: ["CMD-SHELL", "wget -q -O /dev/null http://localhost:80/version || exit 1"]
|
||||||
start_period: "5s"
|
start_period: "5s"
|
||||||
interval: "15s"
|
interval: "15s"
|
||||||
timeout: "5s"
|
timeout: "5s"
|
||||||
|
|||||||
Reference in New Issue
Block a user