Update dockge-install.sh

tweak Home Assistant compose.yaml
This commit is contained in:
tteckster 2023-11-28 10:10:56 -05:00 committed by GitHub
parent 4fdf751a50
commit 0f727b9109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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