Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jan 5, 2025
1 parent 350e1ab commit a0da5ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webtrees/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,4 @@ HEALTHCHECK \
--retries=5 \
--start-period=30s \
--timeout=25s \
CMD curl -s -f "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || \
curl -s -f "http://127.0.0.1:443" &>/dev/null || exit 1
CMD /docker-healthcheck.sh

0 comments on commit a0da5ac

Please sign in to comment.