feat: update readme

This commit is contained in:
Lan
2025-01-26 10:59:23 +08:00
parent 2e21a14b50
commit c8d1550e48
2 changed files with 2 additions and 10 deletions
+1 -5
View File
@@ -179,11 +179,7 @@ FileCodeBox 是一个基于 FastAPI + Vue3 开发的轻量级文件分享工具
### Docker 部署
```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
```
### 手动部署
+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