1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

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

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 \