hass/docker-compose.yml aktualisiert
This commit is contained in:
@@ -8,4 +8,13 @@ services:
|
|||||||
- /run/dbus:/run/dbus:ro
|
- /run/dbus:/run/dbus:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
privileged: true
|
privileged: true
|
||||||
network_mode: host
|
|
||||||
|
ports:
|
||||||
|
- ${PORT_UI:-8123}:8123
|
||||||
|
|
||||||
|
networks:
|
||||||
|
- ${NETWORK_NAME:-ha-net}
|
||||||
|
|
||||||
|
networks:
|
||||||
|
${NETWORK_NAME:-ha-net}:
|
||||||
|
driver: bridge
|
||||||
|
|||||||
Reference in New Issue
Block a user