This commit is contained in:
kev 2017-04-21 22:34:14 +08:00
parent 27be460d03
commit 2a9666642b
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
hass:
image: easypi/hass-arm:debian
volumes:
- ./data:/etc/hass:ro
- ./data:/etc/hass
net: host
privileged: yes
restart: unless-stopped
@ -9,7 +9,7 @@ hass:
hcfg:
image: easypi/hcfg-arm
volumes:
- ./data:/etc/hass:rw
- ./data:/etc/hass
net: host
working_dir: /etc/hass
restart: unless-stopped

View File

@ -1,7 +1,7 @@
hass:
image: vimagick/hass
image: vimagick/hass:debian
volumes:
- ./data:/etc/hass:ro
- ./data:/etc/hass
net: host
privileged: yes
restart: unless-stopped
@ -9,7 +9,7 @@ hass:
hcfg:
image: vimagick/hcfg
volumes:
- ./data:/etc/hass:rw
- ./data:/etc/hass
net: host
working_dir: /etc/hass
restart: unless-stopped