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 ce0b4e2 + 6682548 commit e9f0dafCopy full SHA for e9f0daf
.internal/templates/services/home_assistant/template.yml
@@ -1,12 +1,10 @@
1
home_assistant:
2
container_name: home_assistant
3
- image: homeassistant/home-assistant:stable
+ 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
- network_mode: host
- logging:
- options:
11
- max-size: "5m"
12
- max-file: "3"
0 commit comments