Do not expose ports unnecessarilly.

This commit is contained in:
Yi EungJun 2015-12-04 16:15:11 +09:00
parent 72df442289
commit c1c06ec5a3

View File

@ -1,13 +1,9 @@
db:
build: db
ports:
- "5432"
app:
build: app
links:
- db:pg
ports:
- "80"
web:
build: web
ports: