From 544150a57a53d9401bf5fd4c5a40b66c8590c903 Mon Sep 17 00:00:00 2001 From: Vincent <114195376+HydroshieldMKII@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:59:05 -0400 Subject: [PATCH] Update docker-compose.yml download link to use the example file for Guardian setup --- install/guardian-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/guardian-install.sh b/install/guardian-install.sh index 620f907e..6786666a 100644 --- a/install/guardian-install.sh +++ b/install/guardian-install.sh @@ -37,7 +37,7 @@ cd /opt/Guardian # Download docker-compose.yml from repository RELEASE=$(curl -fsSL https://api.github.com/repos/HydroshieldMKII/Guardian/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }') -curl -fsSL -o docker-compose.yml "https://raw.githubusercontent.com/HydroshieldMKII/Guardian/main/docker-compose.yml" +curl -fsSL -o docker-compose.yml "https://raw.githubusercontent.com/HydroshieldMKII/Guardian/main/docker-compose.example.yml" # Create data directory for persistent storage mkdir -p data