fix 4000 listening port in docker-compose
This commit is contained in:
parent
d70241761c
commit
26bd5dee72
|
@ -17,7 +17,7 @@ services:
|
|||
volumes:
|
||||
- '.:/app'
|
||||
ports:
|
||||
- "4000:4001"
|
||||
- "4000:4000"
|
||||
depends_on:
|
||||
- postgres
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue