From 19970fc10082cf39bfee9e124c4b3d29ae7d244f Mon Sep 17 00:00:00 2001 From: ruibaby <i@ryanc.cc> Date: Sat, 8 Dec 2018 15:52:23 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ docs/README-en-US.md | 3 +++ docs/README-tr.md | 3 +++ 3 files changed, 9 insertions(+) diff --git a/README.md b/README.md index f826f0532..b5b8b6b7b 100755 --- a/README.md +++ b/README.md @@ -65,6 +65,9 @@ docker run -d --name halo -p 8090:8090 -v ~/halo:/root/halo ruibaby/halo Docker Compose 部署: ```bash +# 下载 Nginx 配置文件模板 +curl https://raw.githubusercontent.com/jwilder/nginx-proxy/master/nginx.tmpl > /etc/nginx/nginx.tmpl + # 获取 docker-compose.yaml 文件 yum install -y wget && wget -O docker-compose.yaml https://git.io/fpS8N diff --git a/docs/README-en-US.md b/docs/README-en-US.md index 30495ac16..e57969117 100755 --- a/docs/README-en-US.md +++ b/docs/README-en-US.md @@ -64,6 +64,9 @@ docker run -d --name halo -p 8090:8090 -v ~/halo:/root/halo ruibaby/halo Docker Compose: ```bash +# Download the Nginx Profile Template +curl https://raw.githubusercontent.com/jwilder/nginx-proxy/master/nginx.tmpl > /etc/nginx/nginx.tmpl + # get docker-compose.yaml yum install -y wget && wget -O docker-compose.yaml https://git.io/fpS8N diff --git a/docs/README-tr.md b/docs/README-tr.md index ee3f45b94..b5053a1a0 100644 --- a/docs/README-tr.md +++ b/docs/README-tr.md @@ -64,6 +64,9 @@ docker run -d --name halo -p 8090:8090 -v ~/halo:/root/halo ruibaby/halo Docker Compose: ```bash +# Nginx Profil Şablonunu İndirin +curl https://raw.githubusercontent.com/jwilder/nginx-proxy/master/nginx.tmpl > /etc/nginx/nginx.tmpl + # Docker-compose.yaml dosyasını edinin yum install -y wget && wget -O docker-compose.yaml https://git.io/fpS8N