mirror of https://github.com/tteck/Proxmox.git
Update podman_ha_setup.sh
This commit is contained in:
parent
78ba2c7586
commit
6905cd2d09
|
@ -68,8 +68,7 @@ podman run -d \
|
||||||
-v /etc/localtime:/etc/localtime:ro \
|
-v /etc/localtime:/etc/localtime:ro \
|
||||||
-v /etc/timezone:/etc/timezone:ro \
|
-v /etc/timezone:/etc/timezone:ro \
|
||||||
-p 8000:8000 \
|
-p 8000:8000 \
|
||||||
--net=host \
|
selfhostedpro/yacht:latest &>/dev/null
|
||||||
selfhostedpro/yacht:latest
|
|
||||||
|
|
||||||
echo -e "${CHECKMARK} \e[1;92m Pulling Home Assistant Image...\e[0m"
|
echo -e "${CHECKMARK} \e[1;92m Pulling Home Assistant Image...\e[0m"
|
||||||
podman pull ghcr.io/homeassistant/home-assistant:stable &>/dev/null
|
podman pull ghcr.io/homeassistant/home-assistant:stable &>/dev/null
|
||||||
|
|
Loading…
Reference in New Issue