change docker compose for port
This commit is contained in:
parent
ffaa512aee
commit
e6c839dd08
@ -4,6 +4,7 @@ services:
|
|||||||
backend:
|
backend:
|
||||||
build: ./backend
|
build: ./backend
|
||||||
ports:
|
ports:
|
||||||
|
- "8765:8765"
|
||||||
- "30101:30101"
|
- "30101:30101"
|
||||||
env_file:
|
env_file:
|
||||||
- backend/.env
|
- backend/.env
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user