Do not expose ports unnecessarilly.
This commit is contained in:
parent
72df442289
commit
c1c06ec5a3
@ -1,13 +1,9 @@
|
||||
db:
|
||||
build: db
|
||||
ports:
|
||||
- "5432"
|
||||
app:
|
||||
build: app
|
||||
links:
|
||||
- db:pg
|
||||
ports:
|
||||
- "80"
|
||||
web:
|
||||
build: web
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user