mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-24 22:26:13 +03:00
fix EW health check
This commit is contained in:
@@ -241,7 +241,7 @@ services:
|
||||
# ports:
|
||||
# - 8080:80
|
||||
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"
|
||||
interval: "15s"
|
||||
timeout: "5s"
|
||||
|
||||
Reference in New Issue
Block a user