mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:58 +02:00
fix hass
This commit is contained in:
parent
27be460d03
commit
2a9666642b
@ -1,7 +1,7 @@
|
|||||||
hass:
|
hass:
|
||||||
image: easypi/hass-arm:debian
|
image: easypi/hass-arm:debian
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/etc/hass:ro
|
- ./data:/etc/hass
|
||||||
net: host
|
net: host
|
||||||
privileged: yes
|
privileged: yes
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -9,7 +9,7 @@ hass:
|
|||||||
hcfg:
|
hcfg:
|
||||||
image: easypi/hcfg-arm
|
image: easypi/hcfg-arm
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/etc/hass:rw
|
- ./data:/etc/hass
|
||||||
net: host
|
net: host
|
||||||
working_dir: /etc/hass
|
working_dir: /etc/hass
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
hass:
|
hass:
|
||||||
image: vimagick/hass
|
image: vimagick/hass:debian
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/etc/hass:ro
|
- ./data:/etc/hass
|
||||||
net: host
|
net: host
|
||||||
privileged: yes
|
privileged: yes
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -9,7 +9,7 @@ hass:
|
|||||||
hcfg:
|
hcfg:
|
||||||
image: vimagick/hcfg
|
image: vimagick/hcfg
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/etc/hass:rw
|
- ./data:/etc/hass
|
||||||
net: host
|
net: host
|
||||||
working_dir: /etc/hass
|
working_dir: /etc/hass
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user