Skip to content

Commit 8da960b

Browse files
committed
feat: update readme
1 parent c0c1438 commit 8da960b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

readme.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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
### 手动部署

readme_en.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)