Skip to content

Commit 093354d

Browse files
authored
Merge pull request #425 from Paraphraser/20211011-homeassistant-master
20211011 Home Assistant - master branch - PR 1 of 3
2 parents 02d1bc7 + 9e3d667 commit 093354d

File tree

2 files changed

+134
-82
lines changed

2 files changed

+134
-82
lines changed

.templates/home_assistant/service.yml

100755100644
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +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
5-
ports:
6-
- "8123:8123"
7+
network_mode: host
78
volumes:
89
- /etc/localtime:/etc/localtime:ro
910
- ./volumes/home_assistant:/config
10-
#network_mode: host
11-

0 commit comments

Comments
 (0)