Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona authored Jul 15, 2020
1 parent ab73a18 commit 7aae5a9
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 @@ -2,4 +2,4 @@ FROM nginx:1.19.1

RUN apt-get update && apt-get install -y wget

HEALTHCHECK --interval=5s --timeout=3s --start-period=5s --retries=3 CMD wget -q --method=HEAD localhost/check.txt
HEALTHCHECK --interval=1s --timeout=5s --start-period=5s --retries=5 CMD wget -q --method=HEAD localhost/check.txt

0 comments on commit 7aae5a9

Please # to comment.