From 82d236ca5b9793be4f1ea2c868ab2a7ce7bbb00d Mon Sep 17 00:00:00 2001
From: Carston Schilds <carstonschilds@gmail.com>
Date: Sun, 25 Mar 2018 22:51:47 -0700
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a932b9d..ed1b55c 100644
--- a/README.md
+++ b/README.md
@@ -368,7 +368,7 @@ In order to support [Docker secrets](https://docs.docker.com/engine/swarm/secret
 - `DB_USER_FILE`: The location, inside the container, of a file containing the value for `DB_USER`
 - `DB_PASSWORD_FILE`: The location, inside the container, of a file containing the value for `DB_PASSWORD`
 - `DB_DATABASE_FILE`: The location, inside the container, of a file containing the value for `DB_DATABASE`
-- `DB_HOST_FILE`: The location, inside the container, of a file containing the value for `DB_HOST_FILE`
+- `DB_HOST_FILE`: The location, inside the container, of a file containing the value for `DB_HOST`
 
 *Note:* For each configuration value, the normal environment variable and \_FILE environment variable are mutually exclusive. Providing values for both variables will result in an error.
 
-- 
GitLab