Skip to content

Commit 1e2d83a

Browse files
committed
update:修改文件结构,存储文件不再暴露,自定义数据都放在/data文件夹,方便docker
1 parent fadb2ff commit 1e2d83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ KEYWORDS=FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文
119119

120120
### Docker部署
121121
```bash
122-
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
122+
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/.env:/app/data --name filecodebox lanol/filecodebox:latest
123123
```
124124
### Docker自己构建部署
125125

0 commit comments

Comments
 (0)