Skip to content

Commit 6682548

Browse files
committed
20211011 Home Assistant - experimental branch - PR 3 of 3
Changes `home_assistant` service definition to: * Reference ghcr.io containers, and provide options to select tailored images for Raspberry Pi 3 and 4. * Places container into Host Mode so it can receive multicast traffic. Documentation not changed (assumes master branch documentation is definitive).
1 parent 3ab3adf commit 6682548

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
home_assistant:
22
container_name: home_assistant
3-
image: homeassistant/home-assistant:stable
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
46
restart: unless-stopped
7+
network_mode: host
58
volumes:
69
- /etc/localtime:/etc/localtime:ro
710
- ./volumes/home_assistant:/config
8-
network_mode: host
9-
logging:
10-
options:
11-
max-size: "5m"
12-
max-file: "3"

0 commit comments

Comments
 (0)