From d354ec32b1759d882583a44f429ef35d6590bda8 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Mon, 15 Apr 2024 14:05:35 +0200 Subject: [PATCH] healthcheck THROUGH mitmproxy causes log spam. --- mitm-proxy/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mitm-proxy/Dockerfile b/mitm-proxy/Dockerfile index 7021784..e8106ff 100644 --- a/mitm-proxy/Dockerfile +++ b/mitm-proxy/Dockerfile @@ -41,4 +41,5 @@ RUN os=$(grep "^ID=" < /etc/os-release | cut -f2 -d'=') && \ # Add healthcheck HEALTHCHECK --interval=30s --timeout=3s \ - CMD curl -I -x http://localhost:8080 -k https://www.google.com || exit 1 + #CMD curl -I -x http://localhost:8080 -k https://www.google.com || exit 1 + CMD curl -i http://localhost:8081 || exit 1