Skip to content

Commit e6fa174

Browse files
committed
update:docker image
1 parent b300463 commit e6fa174

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
- [x] 分享文件:多种上传方式供你选择
1313
- [x] 分享文本:直接复制粘贴直接上传
1414
- [x] 防爆破:错误五次拉黑十分钟
15-
- [x] 完全匿名:不记录任何信息
16-
- [x] 无需注册:无需注册,无需登录
15+
- [x] 完全匿名:不记录任何信息,无需注册,无需登录
1716
- [x] Sqlite3数据库:无需安装数据库
1817
- [x] 可以加get参数code,这样打开就会读取取件码如:http://host?code=12345
1918
- [x] 管理面板:简单列表页删除违规文件
@@ -119,6 +118,10 @@ KEYWORDS=FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文
119118
2. 然后你自己看着填吧
120119

121120
### Docker部署
121+
```bash
122+
docker run -d --restart=always -v /opt/FileCodeBox/:/app -p 12345:12345 --name="filecodebox" lanol/filecodebox:V1.5.1
123+
```
124+
### Docker自己构建部署
122125

123126
```bash
124127
mkdir "/opt/FileCodeBox"

0 commit comments

Comments
 (0)