Compare commits

...

2 Commits

Author SHA1 Message Date
marcio fernandes 3f1c6960bf clean up 2021-11-17 11:20:57 +00:00
marcio fernandes 110ce30558 clean up 2021-11-17 11:20:48 +00:00
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -2,3 +2,4 @@
_volumes _volumes
_volumes _volumes
.vscode .vscode
.volumes
+2 -1
View File
@@ -2,7 +2,8 @@ version: '3'
services: services:
homeassistant: homeassistant:
container_name: homeassistant container_name: homeassistant
image: "ghcr.io/home-assistant/raspberrypi4-homeassistant:stable" build: .
#image: "ghcr.io/home-assistant/raspberrypi4-homeassistant:stable"
volumes: volumes:
- config_data:/config - config_data:/config
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
+6
View File
@@ -0,0 +1,6 @@
FROM ghcr.io/home-assistant/raspberrypi4-homeassistant:stable
RUN apk update&& \
apk add --update --no-cache sudo bash
EXPOSE 22