From c35f9d8bcd08c51a52f6de78edba9bb25407b2cd Mon Sep 17 00:00:00 2001 From: Effy Elden Date: Tue, 27 Dec 2022 20:02:29 +1100 Subject: [PATCH] Tweak README to make variable clear --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdd9770..1860a5f 100644 --- a/README.md +++ b/README.md @@ -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: