Update dockge-install.sh
tweak Home Assistant compose.yaml
This commit is contained in:
parent
4fdf751a50
commit
0f727b9109
1 changed files with 1 additions and 4 deletions
|
@ -72,12 +72,9 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /dev:/dev
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ha_config:/config
|
||||
- ./config:/config
|
||||
network_mode: host
|
||||
image: ghcr.io/home-assistant/home-assistant:stable
|
||||
volumes:
|
||||
ha_config: {}
|
||||
networks: {}
|
||||
EOF
|
||||
msg_ok "Added Home Assistant compose.yaml"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue