Update podman_ha_setup.sh

This commit is contained in:
tteckster 2022-02-24 13:39:02 -05:00 committed by GitHub
parent c3cf491122
commit 7ef00c687d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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