From b67e43f91dc82f7518c10e6f3ecb4bc8115dd9d0 Mon Sep 17 00:00:00 2001 From: Philippe Llerena Date: Wed, 19 Jul 2023 14:05:53 +0200 Subject: [PATCH] shorten interval --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a30107..5e3e900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file