mirror of
https://github.com/easychen/pushdeer.git
synced 2026-08-30 17:33:34 +08:00
更新安装文档
This commit is contained in:
@@ -21,12 +21,18 @@
|
||||
```yml
|
||||
version: '2'
|
||||
services:
|
||||
redis:
|
||||
image: 'bitnami/redis:6.0.16'
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
app:
|
||||
#image: 'webdevops/php-apache:8.0-alpine'
|
||||
build: './docker/web/'
|
||||
ports:
|
||||
- '80:80'
|
||||
- '443:443' # 开放 https 需要的接口
|
||||
depends_on:
|
||||
- redis
|
||||
volumes:
|
||||
- './:/app'
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user