소스 검색

Update podman_ha_setup.sh

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

+ 1 - 0
setup/podman_ha_setup.sh

@@ -63,6 +63,7 @@ echo -e "${CHECKMARK} \e[1;92m Installing Yacht... \e[0m"
 podman volume create yacht >/dev/null
 podman run -d \
   --name yacht \
+  --restart always \
   -v /var/run/podman/podman.sock:/var/run/docker.sock \
   -v yacht:/config \
   -v /etc/localtime:/etc/localtime:ro \