From d64ab48d66fc564e982db69f80f9351b8da77908 Mon Sep 17 00:00:00 2001 From: Damien Lecan Date: Mon, 6 Jan 2020 10:28:07 +0100 Subject: [PATCH] Fix WWWW_PROXY typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d46d810..4a3a005b 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ The instructions above use an automatically built Docker image on DockerHub (htt | URL_BASE_TRUSTED | sets the trusted url of the instance (default: http://localhost:3000) | | URL_BASE_SANDBOX | sets the sandbox url of the instance (default: http://localhost:3003) | | URL_BASE_PUBLIC | sets the public url of the instance (default: http://localhost:3004) | -| WWWW_PROXY | use if Mailtrain is behind an http reverse proxy (default: false) | +| WWW_PROXY | use if Mailtrain is behind an http reverse proxy (default: false) | | MONGO_HOST | sets mongo host (default: mongo) | | REDIS_HOST | sets redis host (default: redis) | | MYSQL_HOST | sets mysql host (default: mysql) |