Reduce docker healthcheck interval from 5m to 30s

See #270
pull/273/head
Ben Busby 3 years ago
parent 8a6e0709b8
commit 0baba58896
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2

@ -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

Loading…
Cancel
Save