Skip to content

Commit 676ef1e

Browse files
committed
update:docker script
1 parent b948263 commit 676ef1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readme.md

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

120120
### Docker部署
121121
```bash
122-
docker run -d --restart=always -v /opt/FileCodeBox/:/app -p 12345:12345 --name="filecodebox" lanol/filecodebox:V1.5.1
123-
```
122+
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/.env:/app/.env -v /opt/FileCodeBox/static/upload:/app/static/upload -v /opt/FileCodeBox/database.db:/app/database.db lanol/filecodebox:latest```
124123
### Docker自己构建部署
125124
126125
```bash

0 commit comments

Comments
 (0)