Skip to content

Commit e9f0daf

Browse files
authored
Merge pull request #427 from Paraphraser/20211011-homeassistant-experimental
20211011 Home Assistant - experimental branch - PR 3 of 3
2 parents ce0b4e2 + 6682548 commit e9f0daf

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)