Update docker-compose.yml
This commit is contained in:
parent
a3f33ea4a3
commit
449d500bd4
@ -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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user