We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7888843 + d24fd71 commit dad09a3Copy full SHA for dad09a3
.templates/home_assistant/service.yml
@@ -1,10 +1,9 @@
1
home_assistant:
2
container_name: home_assistant
3
image: ghcr.io/home-assistant/home-assistant:stable
4
- #image: ghcr.io/home-assistant/raspberrypi3-homeassistant:stable
5
- #image: ghcr.io/home-assistant/raspberrypi4-homeassistant:stable
6
restart: unless-stopped
7
network_mode: host
8
volumes:
9
- /etc/localtime:/etc/localtime:ro
10
- ./volumes/home_assistant:/config
+ privileged: true
0 commit comments