diff --git a/hass/arm/docker-compose.yml b/hass/arm/docker-compose.yml index 06c6033..d2dd9e5 100644 --- a/hass/arm/docker-compose.yml +++ b/hass/arm/docker-compose.yml @@ -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 diff --git a/hass/docker-compose.yml b/hass/docker-compose.yml index d0fe471..c5281bf 100644 --- a/hass/docker-compose.yml +++ b/hass/docker-compose.yml @@ -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