From 58fdab437ac935e8984286331c3360c85630ade0 Mon Sep 17 00:00:00 2001 From: xpnas Date: Sat, 27 Mar 2021 00:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cb9d66..93995a9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ a message notify center for weChat and telegram and email ## 一、使用方法 1. Docker安装 ``` - docker run --name=inotify -d -p 8000:80 -v im_data:/im_data --restart=always xpnas/inotify:master + docker run --name=inotify -d -p 8000:80 -v inotify_data:/inotify_data --restart=always xpnas/inotify:master ``` 2. 配置Nginx代理