Skip to content

Commit 2756e48

Browse files
authored
Merge pull request #246 from sg3-141-592/master
Update health check to use wget instead of curl
2 parents 67e0ef6 + 5dc7852 commit 2756e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ STOPSIGNAL SIGHUP
177177
ENTRYPOINT ["/entrypoint"]
178178

179179
HEALTHCHECK --interval=60s --start-interval=20s --timeout=3s \
180-
CMD curl -f http://localhost/ || exit 1
180+
CMD wget --quiet --spider http://127.0.0.1:80 || exit 1

0 commit comments

Comments
 (0)