DB_LOCALE config parameter renamed to PG_LOCALE

This commit is contained in:
Sameer Naik
2015-11-27 15:02:50 +05:30
parent 5e09110558
commit ce2caf3937
4 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ docker run --name postgresql -d \
will create a user *dbuser* with the password *dbpass*. It will also create a database named *dbname* and the *dbuser* user will have full access to the *dbname* database.
The `DB_LOCALE` environment variable can be used to configure the locale used for database creation. Its default value is set to C.
The `PG_LOCALE` environment variable can be used to configure the locale used for database creation. Its default value is set to C.
The `PG_TRUST_LOCALNET` environment variable can be used to configure postgres to trust connections on the same network. This is handy for other containers to connect without authentication. To enable this behavior, set `PG_TRUST_LOCALNET` to `true`.