Make sure we use localhost for watchdog (#2031)

This commit is contained in:
Pascal Vizeli 2020-09-08 13:50:33 +02:00 committed by GitHub
parent 2418122b46
commit a0261dbbcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \