Add docker-compose usage to README
Build & Deploy / build (push) Successful in 4s

This commit is contained in:
2026-07-07 16:38:05 +02:00
parent 982a2e981e
commit f844a77765
+6
View File
@@ -60,6 +60,12 @@ docker run -p 8080:8080 \
-e DISC_DROP_BASE_URL=http://localhost:8080 \ -e DISC_DROP_BASE_URL=http://localhost:8080 \
-v discdrop-data:/app/data \ -v discdrop-data:/app/data \
discdrop discdrop
### Docker Compose
```bash
docker compose up -d
```
``` ```
--- ---