Skip to content

Commit

Permalink
re-adding healthcheck in case is being used with autoheal
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez committed Mar 1, 2019
1 parent 0a2f677 commit c258cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN apk --no-cache --no-progress upgrade && \
rm -rf /tmp/*
#CROSSRUN [ "cross-build-end" ]

HEALTHCHECK --interval=60s --timeout=15s --start-period=120s \
CMD curl -L 'https://api.ipify.org'

VOLUME ["/vpn"]
ENTRYPOINT ["/sbin/tini", "--", "/usr/bin/nordVpn.sh"]
COPY nordVpn.sh /usr/bin

0 comments on commit c258cea

Please sign in to comment.