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