mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-26 02:26:30 +00:00
Make sure we use localhost for watchdog (#2031)
This commit is contained in:
parent
2418122b46
commit
a0261dbbcc
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user