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