From 360112c7b7070dd9f7ae86da3f254f2add34b8e5 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Tue, 7 Jul 2026 14:33:28 +0100 Subject: [PATCH] fix: remove old zoraxy container before deploying --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 425526f..f4b2079 100755 --- a/deploy.sh +++ b/deploy.sh @@ -110,8 +110,9 @@ if [ "$GREENFIELD" = true ]; then echo "[INFO] Version: $(cat $TARGET_DIR/VERSION)" fi - # Deploy Zoraxy + # Deploy Zoraxy (remove old container first to avoid name conflict) cp compose/zoraxy.yaml "$TARGET_DIR/compose/zoraxy.yaml" + podman rm -f zoraxy 2>/dev/null || true podman-compose -f "$TARGET_DIR/compose/zoraxy.yaml" up -d 2>&1 || echo "[WARN] Zoraxy deploy had issues" # Generate Zoraxy proxy configs