use stable tag

This commit is contained in:
lowcarbdev
2025-11-11 22:44:17 -07:00
parent 7d53f20673
commit e19dfe8045
3 changed files with 9 additions and 18 deletions
-17
View File
@@ -17,15 +17,6 @@ docker run -d \
ghcr.io/lowcarbdev/sbv:stable
```
Or run the latest development version:
```bash
docker run -d \
-p 8081:8081 \
-v $(pwd)/data:/data \
-e DB_PATH_PREFIX=/data \
ghcr.io/lowcarbdev/sbv:latest
```
### Docker Compose
```yaml
@@ -43,14 +34,6 @@ services:
restart: unless-stopped
```
### Available Image Tags
- `stable` - Latest stable release (recommended for production)
- `latest` - Latest build from main branch (development)
- `v0.1.0` - Specific version (e.g., v0.1.0)
- `v0.1` - Latest patch version of v0.1.x
- `v0` - Latest minor version of v0.x.x
## Features
- **Multi-user** - Create a username/password to log in