make the externa/exposed port configurable
This commit is contained in:
parent
e206487577
commit
cf1ba4395d
2 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ services:
|
|||
POSTGRES_PASSWORD: {{ postgres_password }}
|
||||
volumes:
|
||||
- {{ postgres_data_folder }}:/var/lib/postgresql/data
|
||||
ports:
|
||||
- {{ postgres_external_port }}:5432
|
||||
|
||||
adminer:
|
||||
image: adminer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue