更新安装文档

This commit is contained in:
Easy 2022-01-18 13:35:32 +08:00
parent 637b1311fc
commit e1faf6f62c
1 changed files with 2 additions and 2 deletions

View File

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