mirror of
https://github.com/tteck/Proxmox.git
synced 2025-01-11 08:55:08 +00:00
Update podman_ha_setup.sh
This commit is contained in:
parent
ce3e885885
commit
d725d3e8b6
@ -39,8 +39,11 @@ apt-get -qqy install \
|
||||
msg "Installing Podman..."
|
||||
apt-get -y install podman &>/dev/null
|
||||
|
||||
msg "Installing Home Assistant..."
|
||||
msg "Pulling Home Assistant Image..."
|
||||
podman volume create hass_config >/dev/null
|
||||
podman pull docker.io/homeassistant/home-assistant:stable &>/dev/null
|
||||
|
||||
msg "Installing Home Assistant..."
|
||||
podman run -d \
|
||||
--name homeassistant \
|
||||
--restart=always \
|
||||
|
Loading…
Reference in New Issue
Block a user