mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Merge pull request #317 from mikew/master
Fix support for linked official postgres image
This commit is contained in:
commit
c59a7e9163
@ -159,7 +159,7 @@ elif [ -n "${POSTGRESQL_PORT_5432_TCP_ADDR}" ]; then
|
||||
|
||||
# support for linked official postgres image
|
||||
DB_USER=${DB_USER:-${POSTGRESQL_ENV_POSTGRES_USER}}
|
||||
DB_PASS=${DB_PASS:-${POSTGRESQL_ENV_POSTGRES_PASS}}
|
||||
DB_PASS=${DB_PASS:-${POSTGRESQL_ENV_POSTGRES_PASSWORD}}
|
||||
DB_NAME=${DB_NAME:-${DB_USER}}
|
||||
|
||||
# support for linked sameersbn/postgresql image
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user