소스 검색

Update podman_ha_setup.sh

tteckster 3 년 전
부모
커밋
6905cd2d09
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      setup/podman_ha_setup.sh

+ 1 - 2
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