docker: fix port forwarding

Previous version resulted in ERR_CONNECTION_REFUSED.
This commit is contained in:
Leon Klingele 2019-08-01 08:20:46 +02:00
parent f99a7b2a8c
commit 13d2343f0a
No known key found for this signature in database
GPG Key ID: 0C8AF48831EEC211

View File

@ -13,7 +13,7 @@ services:
dockerfile: docker/Dockerfile
restart: unless-stopped
ports:
- "127.0.0.1:3000:3000"
- "3000:3000"
depends_on:
- postgres