From 04d9c24b43b0e62fd39c40b0b3f40666c217ab41 Mon Sep 17 00:00:00 2001 From: zhaojun <873019219@qq.com> Date: Fri, 15 Jul 2022 22:52:13 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=20docker-compose=20=E9=94=99=E8=AF=AF=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3e5342b..4cad343 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -

+

ZFile

基于 Java 的在线网盘程序,支持对接 S3、OneDrive、SharePoint、又拍云、本地存储、FTP、SFTP 等存储源,支持在线浏览图片、播放音视频,文本文件等文件类型。

- - - - - - +license +codady +last commit +downloads +release +commit activity
- - - - - +issues +closed issues +forks +stars +watchers

## 相关地址 @@ -172,6 +172,7 @@ services: volumes: - '/root/zfile/db:/root/.zfile-v4/db' - '/root/zfile/logs:/root/.zfile-v4/logs' + - '/root/application.properties:/root/application.properties' image: zhaojun1998/zfile ```