mirror of https://github.com/docker/docs.git
Fix typo on PGDATABASE environment variable
Add colon on PGDATABASE
This commit is contained in:
parent
5be8884def
commit
3d775401b8
|
@ -548,7 +548,7 @@ services:
|
|||
- PGPASSWORD=${PGPASSWORD:?database password not set}
|
||||
- PGHOST=${PGHOST:-db}
|
||||
- PGPORT=${PGPORT:-26257}
|
||||
- PGDATABASE=${PGDATABASE-mydb}
|
||||
- PGDATABASE=${PGDATABASE:-mydb}
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
|
|
Loading…
Reference in New Issue