From 88aed38281319d82ff9690bd23bccb4ef678c7c7 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 25 Jan 2016 11:45:09 -0800 Subject: [PATCH] Run update.sh --- postgres/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/README.md b/postgres/README.md index 52f030fb0..a9ba080b7 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -64,7 +64,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