mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
fix hass
This commit is contained in:
parent
27be460d03
commit
2a9666642b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user