We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676ef1e commit cc2a02cCopy full SHA for cc2a02c
readme.md
@@ -119,7 +119,8 @@ KEYWORDS=FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文
119
120
### Docker部署
121
```bash
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```
+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
123
+```
124
### Docker自己构建部署
125
126
0 commit comments