Tweak README to make variable clear

This commit is contained in:
Effy Elden 2022-12-27 20:02:29 +11:00 committed by GitHub
parent d104c2ce93
commit c35f9d8bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ server {
The first time you run this it needs to create a key, you can trigger that using:
```
docker-compose run --rm cli config {relayHost}
docker-compose run --rm cli config ${RELAY_HOST}
```
If you want requests to the homepage to redirect visitors somewhere, you can add a `"HomeRedirect"` entry on the generated `config.json`. The file would look like this: