Skip to content

Commit

Permalink
use 0.0.0.0 instead of localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
ModischFabrications committed May 22, 2024
1 parent 521c84d commit e0b5c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ RUN chmod +x /entrypoint.sh

EXPOSE 80
# curl not in alpine package
HEALTHCHECK --interval=1m --timeout=5s CMD wget -q --spider http://localhost:80/ || exit 1
HEALTHCHECK --interval=1m --timeout=5s CMD wget -q --spider http://0.0.0.0:80/ || exit 1

ENTRYPOINT [ "/entrypoint.sh" ]

0 comments on commit e0b5c3c

Please sign in to comment.