This commit is contained in:
黄明 2024-06-19 15:50:57 +08:00
parent 169f81acda
commit c6decb0729
1 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,9 @@
version: '3.7'
services: services:
redis: nginx-dev:
image: nginx image: nginx
web: ports:
environment: - 7777:80
APP_NAME: ${APP_NAME} environment:
- TZ=Asia/Shanghai
- APP_NAME=nginx-dev