Compare commits
2 Commits
c1417c155e
...
3f1c6960bf
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f1c6960bf | |||
| 110ce30558 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
_volumes
|
_volumes
|
||||||
_volumes
|
_volumes
|
||||||
.vscode
|
.vscode
|
||||||
|
.volumes
|
||||||
|
|||||||
@@ -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
docker/dockerfile
Normal file
6
docker/dockerfile
Normal 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
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user