update docker-compose.yml URL to use version tag v1.1.0
Some checks failed
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Has been cancelled

This commit is contained in:
2025-07-30 11:34:06 -04:00
parent 36fcd374d5
commit 875c3304d1
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ To run the Gun Manager application, you need to have Docker installed on your ma
```shell
mkdir -p data && \
curl -sSL https://gitea.siteworxpro.com/siteworxpro/gun-manager/raw/branch/master/docker-compose.yml | docker compose -f - up -d
curl -sSL https://gitea.siteworxpro.com/siteworxpro/gun-manager/raw/tag/v1.1.0/docker-compose.yml | docker compose -f - up -d
```
## Accessing the Application