From 7ef00c687dec8a82d14bea836c6a88d74223652d Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 24 Feb 2022 13:39:02 -0500 Subject: [PATCH] Update podman_ha_setup.sh --- setup/podman_ha_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/podman_ha_setup.sh b/setup/podman_ha_setup.sh index 577146b3..2adb4581 100644 --- a/setup/podman_ha_setup.sh +++ b/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 \