You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-07-28 10:42:06 +03:00
Forgot CREATE DATABASE variable
This commit is contained in:
@ -35,7 +35,7 @@ if [ "$1" = 'postgres' ]; then
|
||||
else
|
||||
op='CREATE'
|
||||
gosu postgres postgres --single -jE <<-EOSQL
|
||||
CREATE DATABASE "$POSTGRES_USER" ;
|
||||
CREATE DATABASE "$POSTGRES_DB" ;
|
||||
EOSQL
|
||||
echo
|
||||
fi
|
||||
|
Reference in New Issue
Block a user