Update docker-compose.yml

This commit is contained in:
qiaofeng1227 2021-12-22 11:17:51 +08:00 committed by GitHub
parent a3f33ea4a3
commit 449d500bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ services:
container_name: ${APP_CONTAINER_NAME}-nginx container_name: ${APP_CONTAINER_NAME}-nginx
restart: always restart: always
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:8080
environment: environment:
- FRAPPE_PY=erpnext-python - FRAPPE_PY=erpnext-python
- FRAPPE_PY_PORT=${APP_PORT} - FRAPPE_PY_PORT=${APP_PORT}