File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,11 @@ docker stop filecodebox && docker rm filecodebox
4848docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:latest
4949```
5050
51- ###
51+ ### 1.6版本注意
5252
53+ 这一版改变比较大,如果出现问题可以尝试清空/opt/FileCodeBox目录,有问题欢迎反馈留言
5354注意,如果是第一次安装,请查看docker日志获取初始密码和后台地址,参考指令
55+ 后台本地文件列表,需要将服务器文件移动至目录/opt/FileCodeBox/data/locals,这样就可以显示了。
5456
5557``` bash
5658docker logs filecodebox
Original file line number Diff line number Diff line change 7575 </ el-col >
7676 < el-col v-if ="activeIndex === '3' ">
7777 < el-card style ="height: 80vh;overflow: scroll;margin-bottom: 1rem ">
78- < el-empty v-if ="locals.length === 0 " description ="暂时还没有文件 "> </ el-empty >
78+ < el-empty v-if ="locals.length === 0 "
79+ description ="暂时还没有文件,请上传至/opt/data/locals目录 "> </ el-empty >
7980 < el-card v-for ="file in locals " :key ="file.code ">
8081 < el-row >
8182 < el-col :span ="20 ">
You can’t perform that action at this time.
0 commit comments