更新安装文档

This commit is contained in:
Easy
2022-01-19 15:00:29 +08:00
parent 53ce5fd0ea
commit 9fe176e39e
+6
View File
@@ -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: