Fix password variable
This commit is contained in:
parent
17219fd226
commit
b121790b77
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ services:
|
|||
db:
|
||||
image: "postgres:<%= @postgres_version %>"
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=<%= @postgres_password %>
|
||||
- POSTGRES_PASSWORD=<%= @db_secrets['postgres_password'] %>
|
||||
|
|
Loading…
Add table
Reference in a new issue