diff --git a/docs/hamilton-ui/ui.rst b/docs/hamilton-ui/ui.rst index 76f6a1dec..261b451bb 100644 --- a/docs/hamilton-ui/ui.rst +++ b/docs/hamilton-ui/ui.rst @@ -49,7 +49,7 @@ and a Postgres database. If you'd like a quick overview of some of the features, -Note: if you run into the "Invalid HTTP_HOST" error, then please set the environment variable `HAMILTON_ALLOWED_HOSTS` to `*` (or domain of choice) for the backend docker container. You can inject +Note: if you run into the "Invalid HTTP_HOST" error, then please set the environment variable `HAMILTON_ALLOWED_HOSTS="*"` (or comma separated list of domains of choice) for the backend docker container. You can inject this via `-e` or in the `docker-compose[-prod].yml` file itself. Install