1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-29 21:41:20 +03:00

Explicitly unset PGHOST for temporary server communications

This commit is contained in:
Tianon Gravi
2021-01-18 15:56:04 -08:00
parent 03e769531f
commit ba302205a1
13 changed files with 13 additions and 13 deletions

View File

@ -183,7 +183,7 @@ docker_process_sql() {
query_runner+=( --dbname "$POSTGRES_DB" )
fi
"${query_runner[@]}" "$@"
PGHOST= PGHOSTADDR= "${query_runner[@]}" "$@"
}
# create initial database