update v4.1.5 for zfile

This commit is contained in:
Stille 2023-05-29 08:22:30 +08:00
parent f45bbd9106
commit a0ecc4119a
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM ibm-semeru-runtimes:open-8-jre FROM ibm-semeru-runtimes:open-8-jre
LABEL maintainer="Stille <stille@ioiox.com>" LABEL maintainer="Stille <stille@ioiox.com>"
ENV VERSION 4.1.4 ENV VERSION 4.1.5
WORKDIR /root WORKDIR /root

View File

@ -59,11 +59,11 @@ docker-compose up -d
访问以下安装地址进行安装配置.如使用本地存储,路径请填写`/root/zfile/data`.同时可以配置反向代理使用域名访问. 访问以下安装地址进行安装配置.如使用本地存储,路径请填写`/root/zfile/data`.同时可以配置反向代理使用域名访问.
> 可以自行修改挂载命令来配置本地存储路径. > 可以自行修改挂载命令来配置本地存储路径.
```shell ```shell
http://IP:8080/#/install http://IP:8080/install
# 安装地址 # 安装地址
http://IP:8080/#/main http://IP:8080/
# 前端页面 # 前端页面
http://IP:8080/#/admin http://IP:8080/admin
# 管理页面 # 管理页面
``` ```