fix 4000 listening port in docker-compose

This commit is contained in:
J. Doe 2019-10-08 10:10:54 +02:00
parent d70241761c
commit 26bd5dee72
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
volumes: volumes:
- '.:/app' - '.:/app'
ports: ports:
- "4000:4001" - "4000:4000"
depends_on: depends_on:
- postgres - postgres
environment: environment: