From 4882131051f9961831cc55ae90f5ee4d624cca55 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 6 Jul 2015 11:01:21 -0700 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 efb9021c0..dc562f68b 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -43,7 +43,7 @@ The PostgreSQL image uses several environment variables which are easy to miss. ### `POSTGRES_PASSWORD` -This environment variable is recommend for you to use the PostgreSQL image. This environment variable sets the superuser password for PostgreSQL. The default superuser is defined by the `POSTGRES_USER` environment variable. In the above example, it is being set to "mysecretpassword". +This environment variable is recommended for you to use the PostgreSQL image. This environment variable sets the superuser password for PostgreSQL. The default superuser is defined by the `POSTGRES_USER` environment variable. In the above example, it is being set to "mysecretpassword". ### `POSTGRES_USER`