mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
the port of the FE app is changed
This commit is contained in:
parent
e93cd721da
commit
4b2f75b314
1 changed files with 1 additions and 2 deletions
|
|
@ -143,8 +143,7 @@ services:
|
||||||
command:
|
command:
|
||||||
- nginx-entrypoint.sh
|
- nginx-entrypoint.sh
|
||||||
ports:
|
ports:
|
||||||
- "80:8080"
|
- "8080:8080"
|
||||||
- "443:443"
|
|
||||||
environment:
|
environment:
|
||||||
BACKEND: backend:8000
|
BACKEND: backend:8000
|
||||||
SOCKETIO: websocket:9000
|
SOCKETIO: websocket:9000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue