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:
Tadeusz Sośnierz 2023-07-06 11:19:49 +02:00 committed by GitHub
parent 1c54506f6e
commit adccfe94ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/787.bugfix Normal file
View File

@ -0,0 +1 @@
Fix instructions for validating your config using Docker

View File

@ -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: