更新安装文档

This commit is contained in:
Easy 2022-01-18 13:35:32 +08:00
parent 637b1311fc
commit e1faf6f62c

View File

@ -16,7 +16,7 @@
`git clone https://github.com/easychen/pushdeer.git` `git clone https://github.com/easychen/pushdeer.git`
### STEP1 :编写线上环境的 docker-compose.yml ### STEP1 :编写线上环境的 docker-compose.yml ,替换环境变量
```yml ```yml
version: '2' version: '2'
@ -26,7 +26,7 @@ services:
build: './docker/web/' build: './docker/web/'
ports: ports:
- '80:80' - '80:80'
- '443:443' // 开放 https 需要的接口 - '443:443' # 开放 https 需要的接口
volumes: volumes:
- './:/app' - './:/app'
environment: environment: