mirror of
https://github.com/easychen/pushdeer.git
synced 2025-04-30 16:29:51 +08:00
更新安装文档
This commit is contained in:
parent
637b1311fc
commit
e1faf6f62c
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user