You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-11-17 13:02:40 +03:00
missed variable in 9.1 entrypoint.sh
This commit is contained in:
@@ -30,7 +30,7 @@ if [ "$1" = 'postgres' ]; then
|
|||||||
|
|
||||||
: ${POSTGRES_USER:=postgres}
|
: ${POSTGRES_USER:=postgres}
|
||||||
: ${POSTGRES_DB:=$POSTGRES_USER}
|
: ${POSTGRES_DB:=$POSTGRES_USER}
|
||||||
if [ "$POSTGRES_USER" = 'postgres' ]; then
|
if [ "$POSTGRES_DB" = 'postgres' ]; then
|
||||||
op='ALTER'
|
op='ALTER'
|
||||||
else
|
else
|
||||||
op='CREATE'
|
op='CREATE'
|
||||||
|
|||||||
Reference in New Issue
Block a user