🪽 An open, easy, fast, reliable and battery-efficient solution for real-time communications
GNU Affero General Public License v3.0
3.98k
stars
297
forks
source link
docs: replace curl with wget in healthcheck example #955
Closed
damienfern closed 1 month ago
mercure:v0.16.3
does not provide curl utility so the healthcheck config in doc won't work. Luckly, wget is installed and can be used instead.Example command :
docker run --rm --health-cmd "curl https://localhost/healthz" -e MERCURE_PUBLISHER_JWT_KEY='!ChangeThisMercureHubJWTSecretKey!' -e MERCURE_SUBSCRIBER_JWT_KEY='!ChangeThisMercureHubJWTSecretKey!' --name health-mercure dunglas/mercure:v0.16.3
Healthcheck status :
docker inspect health-mercure