mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Fix instructions for validating your config using Docker (#794)
* Fix instructions for validating your config using Docker Fixes GH-787 * Changelog --------- Co-authored-by: Tadeusz Sośnierz <tadeusz@sosnierz.com>
This commit is contained in:
parent
1c54506f6e
commit
adccfe94ef
1
changelog.d/787.bugfix
Normal file
1
changelog.d/787.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix instructions for validating your config using Docker
|
@ -60,7 +60,7 @@ Copy the `config.sample.yml` to a new file `config.yml`. The sample config is al
|
|||||||
You should read and fill this in as the bridge will not start without a complete config.
|
You should read and fill this in as the bridge will not start without a complete config.
|
||||||
|
|
||||||
You may validate your config without starting the service by running `yarn validate-config`.
|
You may validate your config without starting the service by running `yarn validate-config`.
|
||||||
For Docker you can run `docker run --rm -v /absolute-path-to/config.yml:/config.yml halfshot/matrix-hookshot node Config/Config.js /config.yml`
|
For Docker you can run `docker run --rm -v /absolute-path-to/config.yml:/config.yml halfshot/matrix-hookshot node config/Config.js /config.yml`
|
||||||
|
|
||||||
Copy `registration.sample.yml` into `registration.yml` and fill in:
|
Copy `registration.sample.yml` into `registration.yml` and fill in:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user