Explorar el Código

Update podman_ha_setup.sh

tteckster hace 3 años
padre
commit
a8926503e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup/podman_ha_setup.sh

+ 1 - 1
setup/podman_ha_setup.sh

@@ -71,7 +71,7 @@ podman run -d \
   selfhostedpro/yacht:latest &>/dev/null
 
 echo -e "${CHECKMARK} \e[1;92m Pulling Home Assistant Image...\e[0m"
-podman pull docker.io/homeassistant/home-assistant:stable &>/dev/null
+podman pull ghcr.io/home-assistant/home-assistant:stable &>/dev/null
 
 echo -e "${CHECKMARK} \e[1;92m Installing Home Assistant... \e[0m"
 podman volume create hass_config >/dev/null