From 2e64f86ecbf865effba65fcc31c7817a5f64328c Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sun, 3 Apr 2022 18:09:18 -0400
Subject: [PATCH] Update podman_ha_setup.sh

---
 setup/podman_ha_setup.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/setup/podman_ha_setup.sh b/setup/podman_ha_setup.sh
index 1cdb7435..dd828cc2 100644
--- a/setup/podman_ha_setup.sh
+++ b/setup/podman_ha_setup.sh
@@ -77,8 +77,6 @@ podman run -d \
   --restart always \
   -v /var/run/podman/podman.sock:/var/run/docker.sock \
   -v yacht:/config \
-  -v /etc/localtime:/etc/localtime:ro \
-  -v /etc/timezone:/etc/timezone:ro \
   -p 8000:8000 \
   selfhostedpro/yacht:latest &>/dev/null
 echo -e "${CM}${CL} \r"