From a0261dbbcc529c9f8d6701112765edea9106ec65 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 8 Sep 2020 13:50:33 +0200 Subject: [PATCH] Make sure we use localhost for watchdog (#2031) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 305fcce0b..f462eee94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ ARG BUILD_FROM FROM $BUILD_FROM ENV \ - S6_SERVICES_GRACETIME=10000 + S6_SERVICES_GRACETIME=10000 \ + SUPERVISOR_API=http://localhost # Install base RUN \