📝 更新README

pull/69/head
ruibaby 2018-12-08 15:52:23 +08:00
parent 91eca6db34
commit 19970fc100
3 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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