feat: update readme

This commit is contained in:
Lan
2025-01-26 10:59:23 +08:00
parent c0c1438f11
commit 8da960b6ca
2 changed files with 2 additions and 10 deletions
+1 -5
View File
@@ -179,11 +179,7 @@ Command-line download
### Docker Deployment
```bash
docker run -d --name filecode \
-p 12345:12345 \
-v /opt/filecode:/app/data \
--restart=always \
vastsa/filecode
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta
```
### Manual Deployment