From 6905cd2d09c56655356b5419c43577b7c72f9eb0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 12 Feb 2022 09:51:15 -0500 Subject: [PATCH] Update podman_ha_setup.sh --- setup/podman_ha_setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/podman_ha_setup.sh b/setup/podman_ha_setup.sh index d5e6a1be..147b158d 100644 --- a/setup/podman_ha_setup.sh +++ b/setup/podman_ha_setup.sh @@ -68,8 +68,7 @@ podman run -d \ -v /etc/localtime:/etc/localtime:ro \ -v /etc/timezone:/etc/timezone:ro \ -p 8000:8000 \ - --net=host \ - selfhostedpro/yacht:latest + selfhostedpro/yacht:latest &>/dev/null echo -e "${CHECKMARK} \e[1;92m Pulling Home Assistant Image...\e[0m" podman pull ghcr.io/homeassistant/home-assistant:stable &>/dev/null