Update docker-compose.yml

Allow accessible by remote
This commit is contained in:
Mathew Estrada 2020-01-21 13:36:19 +00:00 committed by GitHub
parent 78d0c49fd2
commit 8ae0345ec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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