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_DB:=$POSTGRES_USER}
|
||||
if [ "$POSTGRES_USER" = 'postgres' ]; then
|
||||
if [ "$POSTGRES_DB" = 'postgres' ]; then
|
||||
op='ALTER'
|
||||
else
|
||||
op='CREATE'
|
||||
|
||||
Reference in New Issue
Block a user