From 05852d9de89779071d63ea3a34f066b9474fada6 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Sat, 8 Jan 2022 15:11:24 +0000 Subject: [PATCH] Clarify passkey for docker Fixes #133 --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index b4b4bb3b..35e9c4cf 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -42,7 +42,7 @@ docker run \ halfshot/matrix-hookshot:latest ``` -Where `/etc/matrix-hookshot` would contain the configuration files `config.yml` and `registration.yml`, along with any other files needed. +Where `/etc/matrix-hookshot` would contain the configuration files `config.yml` and `registration.yml`. The `passKey` file should also be stored alongside these files. In your config, you should use the path `/data/passkey.pem`. ## Configuration