From 0168b8e68979046334e3af75e5349f01d7c3822b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 19 Jan 2020 13:21:00 +0300 Subject: [PATCH] clarify what HTTP_HOST does in .env-dist --- .env-dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env-dist b/.env-dist index 7c5c615..b3b3197 100644 --- a/.env-dist +++ b/.env-dist @@ -7,6 +7,8 @@ POSTGRES_PASSWORD=password OWNER_UID=1000 OWNER_GID=1000 +# You can keep this as localhost unless you want to use the ssl sidecar +# container (I suggest terminating ssl on the reverse proxy instead). HTTP_HOST=localhost # You will likely need to set this to the correct value, see README.md