Skip to content

Commit

Permalink
update:修改文件结构,存储文件不再暴露,自定义数据都放在/data文件夹,方便docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vastsa committed Dec 13, 2022
1 parent fadb2ff commit 1e2d83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ KEYWORDS=FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文

### Docker部署
```bash
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/.env:/app/.env -v /opt/FileCodeBox/static/upload:/app/static/upload --name filecodebox lanol/filecodebox:latest
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/.env:/app/data --name filecodebox lanol/filecodebox:latest
```
### Docker自己构建部署

Expand Down

0 comments on commit 1e2d83a

Please sign in to comment.