Skip to content

Commit

Permalink
shorten interval
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleailes committed Jul 19, 2023
1 parent d5458b0 commit b67e43f
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
@@ -1,5 +1,5 @@
FROM rust:latest
RUN cargo install --git https://github.com/doubleailes/quiet-stroll.git
COPY Rocket.toml ./
HEALTHCHECK --interval=10m --timeout=2s --retries=3 CMD curl --fail http://localhost || exit 1
HEALTHCHECK --timeout=2s --retries=3 CMD curl --fail http://localhost || exit 1
CMD ["quiet-stroll"]

0 comments on commit b67e43f

Please sign in to comment.