File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,11 +179,7 @@ FileCodeBox 是一个基于 FastAPI + Vue3 开发的轻量级文件分享工具
179179### Docker 部署
180180
181181``` 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
187183```
188184
189185### 手动部署
Original file line number Diff line number Diff line change @@ -179,11 +179,7 @@ Command-line download
179179### Docker Deployment
180180
181181``` 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
187183```
188184
189185### Manual Deployment
You can’t perform that action at this time.
0 commit comments