Skip to content

Commit

Permalink
Suppress messages
Browse files Browse the repository at this point in the history
alexbelgium authored Jan 5, 2025
1 parent 889bef2 commit ad5a0e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webtrees/Dockerfile
Original file line number Diff line number Diff line change
@@ -135,4 +135,5 @@ HEALTHCHECK \
--retries=5 \
--start-period=30s \
--timeout=25s \
CMD /docker-healthcheck.sh
CMD curl -A "HealthCheck: Docker/1.0" -s -f "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || \
curl -A "HealthCheck: Docker/1.0" -s -f "http://127.0.0.1:443" &>/dev/null || exit 1

0 comments on commit ad5a0e5

Please sign in to comment.