File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -179,11 +179,7 @@ FileCodeBox 是一个基于 FastAPI + Vue3 开发的轻量级文件分享工具
179
179
### Docker 部署
180
180
181
181
``` bash
182
- docker run -d --name filecode \
183
- -p 12345:12345 \
184
- -v /opt/filecode:/app/data \
185
- --restart=always \
186
- vastsa/filecode
182
+ docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta
187
183
```
188
184
189
185
### 手动部署
Original file line number Diff line number Diff line change @@ -179,11 +179,7 @@ Command-line download
179
179
### Docker Deployment
180
180
181
181
``` bash
182
- docker run -d --name filecode \
183
- -p 12345:12345 \
184
- -v /opt/filecode:/app/data \
185
- --restart=always \
186
- vastsa/filecode
182
+ docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta
187
183
```
188
184
189
185
### Manual Deployment
You can’t perform that action at this time.
0 commit comments