mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
fix hass
This commit is contained in:
@@ -4,6 +4,6 @@ services:
|
|||||||
image: easypi/hass-arm
|
image: easypi/hass-arm
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/etc/hass
|
- ./data:/etc/hass
|
||||||
net: host
|
network_mode: host
|
||||||
privileged: yes
|
privileged: yes
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ services:
|
|||||||
image: vimagick/hass:debian
|
image: vimagick/hass:debian
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/etc/hass
|
- ./data:/etc/hass
|
||||||
net: host
|
network_mode: host
|
||||||
privileged: yes
|
privileged: yes
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user