mirror of https://github.com/tteck/Proxmox.git
Update dockge-install.sh
tweak Home Assistant compose.yaml
This commit is contained in:
parent
4fdf751a50
commit
0f727b9109
|
@ -72,12 +72,9 @@ services:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /dev:/dev
|
- /dev:/dev
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ha_config:/config
|
- ./config:/config
|
||||||
network_mode: host
|
network_mode: host
|
||||||
image: ghcr.io/home-assistant/home-assistant:stable
|
image: ghcr.io/home-assistant/home-assistant:stable
|
||||||
volumes:
|
|
||||||
ha_config: {}
|
|
||||||
networks: {}
|
|
||||||
EOF
|
EOF
|
||||||
msg_ok "Added Home Assistant compose.yaml"
|
msg_ok "Added Home Assistant compose.yaml"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue