Update docker-compose.yml download link to use the example file for Guardian setup
This commit is contained in:
parent
467a81b1e8
commit
544150a57a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user