Skip to content

Commit

Permalink
Reduce docker healthcheck interval from 5m to 30s
Browse files Browse the repository at this point in the history
See #270
  • Loading branch information
benbusby committed Apr 7, 2021
1 parent 8a6e070 commit 0baba58
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 @@ -67,7 +67,7 @@ COPY whoogle.env .

EXPOSE $EXPOSE_PORT

HEALTHCHECK --interval=5m --timeout=5s \
HEALTHCHECK --interval=30s --timeout=5s \
CMD wget --no-verbose --tries=1 http://localhost:${EXPOSE_PORT}/ || exit 1

CMD misc/tor/start-tor.sh & ./run

0 comments on commit 0baba58

Please sign in to comment.