Skip to content

Commit 1438bac

Browse files
committed
Forgot CREATE DATABASE variable
1 parent c863eb3 commit 1438bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ "$1" = 'postgres' ]; then
3535
else
3636
op='CREATE'
3737
gosu postgres postgres --single -jE <<-EOSQL
38-
CREATE DATABASE "$POSTGRES_USER" ;
38+
CREATE DATABASE "$POSTGRES_DB" ;
3939
EOSQL
4040
echo
4141
fi

0 commit comments

Comments
 (0)