summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorAndrew Ferrazzutti <andrewf@element.io>2024-10-08 10:05:36 -0400
committerGitHub <noreply@github.com>2024-10-08 15:05:36 +0100
commitbdcc9fa388262ece29f06973d601a99d3fee7be7 (patch)
treea0f5ba468f008a2c8261efd203e907ae5778cae0 /docs/workers.md
parentBump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#17798) (diff)
downloadsynapse-bdcc9fa388262ece29f06973d601a99d3fee7be7.tar.xz
Fix incorrectly documented config path argument (#17802)
Diffstat (limited to 'docs/workers.md')
-rw-r--r--docs/workers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/workers.md b/docs/workers.md

index 51b22fef9b..0116c455bc 100644 --- a/docs/workers.md +++ b/docs/workers.md
@@ -177,11 +177,11 @@ The following applies to Synapse installations that have been installed from sou You can start the main Synapse process with Poetry by running the following command: ```console -poetry run synapse_homeserver --config-file [your homeserver.yaml] +poetry run synapse_homeserver --config-path [your homeserver.yaml] ``` For worker setups, you can run the following command ```console -poetry run synapse_worker --config-file [your homeserver.yaml] --config-file [your worker.yaml] +poetry run synapse_worker --config-path [your homeserver.yaml] --config-path [your worker.yaml] ``` ## Available worker applications