Update docker-compose.yml download link to use the example file for Guardian setup

This commit is contained in:
Vincent 2025-09-30 15:59:05 -04:00
parent 467a81b1e8
commit 544150a57a

View File

@ -37,7 +37,7 @@ cd /opt/Guardian
# Download docker-compose.yml from repository # 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) }') 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 # Create data directory for persistent storage
mkdir -p data mkdir -p data