Merge pull request #825 from dlecan/patch-1

Fix WWWW_PROXY typo in README
This commit is contained in:
Tomas Bures 2020-01-11 14:01:59 +01:00 committed by GitHub
commit c1091b9e42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) |