Add missing expose field to docker compose files (#124)
Signed-off-by: javi <javier@okteto.com>
This commit is contained in:
committed by
GitHub
parent
eece4feb98
commit
744ed86c55
@@ -22,9 +22,11 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- db_data:/var/lib/postgresql/data
|
||||
expose:
|
||||
- 5432
|
||||
volumes:
|
||||
db_data:
|
||||
git_data:
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user