summary refs log tree commit diff
path: root/contrib/docker_compose_workers
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-12-13 16:15:22 +0000
committerErik Johnston <erik@matrix.org>2023-12-13 16:15:22 +0000
commit0455c40085db7356f73b12e2592e35f02321c6ef (patch)
tree2dcd3ec1054371287ccc69dddd69aa31ad33703e /contrib/docker_compose_workers
parentMore renaming (diff)
downloadsynapse-0455c40085db7356f73b12e2592e35f02321c6ef.tar.xz
Update book location
Diffstat (limited to 'contrib/docker_compose_workers')
-rw-r--r--contrib/docker_compose_workers/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/docker_compose_workers/README.md b/contrib/docker_compose_workers/README.md

index ebb225fba6..81518f6ba1 100644 --- a/contrib/docker_compose_workers/README.md +++ b/contrib/docker_compose_workers/README.md
@@ -69,7 +69,7 @@ redis: host: redis port: 6379 # dbid: <redis_logical_db_id> - # password: <secret_password> + # password: <secret_password> # use_tls: True # certificate_file: <path_to_certificate> # private_key_file: <path_to_private_key> @@ -113,4 +113,4 @@ federation_sender_instances: ## Other Worker types -Using the concepts shown here it is possible to create other worker types in Docker Compose. See the [Workers](https://matrix-org.github.io/synapse/latest/workers.html#available-worker-applications) documentation for a list of available workers. +Using the concepts shown here it is possible to create other worker types in Docker Compose. See the [Workers](https://element-hq.github.io/synapse/latest/workers.html#available-worker-applications) documentation for a list of available workers.