Skip to content

Commit 75a9431

Browse files
committed
fix:upload
1 parent ce828eb commit 75a9431

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ docker stop filecodebox && docker rm filecodebox
4848
docker 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
5658
docker logs filecodebox

templates/admin.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
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">

0 commit comments

Comments
 (0)