let docker listen to 127.0.0.1 by default

This commit is contained in:
tleydxdy 2019-06-17 10:46:37 -04:00 committed by GitHub
parent bbb40aef51
commit d3c4936116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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