1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
This commit is contained in:
kev 2021-11-08 18:40:53 +08:00
parent ea0f99a6e5
commit 00801ff5c7
2 changed files with 2 additions and 2 deletions

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