Compare commits

...

2 Commits

Author SHA1 Message Date
3f1c6960bf clean up 2021-11-17 11:20:57 +00:00
110ce30558 clean up 2021-11-17 11:20:48 +00:00
3 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
_volumes
_volumes
.vscode
.volumes

View File

@@ -2,7 +2,8 @@ version: '3'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/raspberrypi4-homeassistant:stable"
build: .
#image: "ghcr.io/home-assistant/raspberrypi4-homeassistant:stable"
volumes:
- config_data:/config
- /etc/localtime:/etc/localtime:ro

6
docker/dockerfile Normal file
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