From 6dea22e4dda6269a1a935fd68121dd67a82196e0 Mon Sep 17 00:00:00 2001 From: shimunn <> Date: Sat, 20 Apr 2019 11:37:32 +0200 Subject: [PATCH] print error msg --- Dockerfile | 2 +- riffol.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index be36b8d..66a6640 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.34 AS riffol_build -RUN cargo install riffol +RUN cargo install --git https://github.com/shimunn/riffol.git --branch print_error FROM nginx:mainline diff --git a/riffol.conf b/riffol.conf index be0431d..b6ec319 100644 --- a/riffol.conf +++ b/riffol.conf @@ -108,6 +108,6 @@ healthcheck server { checks [ "http://127.0.0.1:8082" ] - interval 15 + interval 16 timeout 15 }