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