feat: update readme
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user