This commit is contained in:
Julien Acroute 2016-01-25 14:11:46 +01:00
parent a65e228435
commit 9154894352
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ This optional environment variable can be used to define another location - like
### `POSTGRES_DB`
This optional environment variable can be used to define a different name for the default database that is created when the image is first started. If it is not specified, than the value of `POSTGRES_USER` will be used.
This optional environment variable can be used to define a different name for the default database that is created when the image is first started. If it is not specified, then the value of `POSTGRES_USER` will be used.
# How to extend this image