From d0aada569847e02b2b5325c0f834d4d618eb68cd Mon Sep 17 00:00:00 2001 From: Acdiost <38416288+acdiost@users.noreply.github.com> Date: Wed, 13 Jul 2022 14:43:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=B0=E5=A2=9E=20docker=20=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index b2b2e71..4e20aed 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,26 @@ + +## 部署 + +docker-compose 快速开始: + +```bash +git clone https://github.com/lanyulei/ferry.git +cd ferry + +# 若需初始化 +touch config/needinit +# 需要提前安装 docker 和 docker-compose +docker-compose up -d +``` + +测试访问: +http://ip:8002 + +--- + 快速安装部署: ``` bash build.sh install