Closed dallegoet closed 3 months ago
I replaced curl by wget in the healthcheck of docker-compose.yml, because curl is not available in the image dunglas/mercure.
curl
wget
docker-compose.yml
dunglas/mercure
The arguments :
-q
--spider
If there is no error wget returns 0, else 1
All committers have signed the CLA.
Thanks!
I replaced
curl
bywget
in the healthcheck ofdocker-compose.yml
, because curl is not available in the imagedunglas/mercure
.The arguments :
-q
: quiet--spider
: don't download anythingIf there is no error
wget
returns 0, else 1