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