mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 10:24:56 -04:00
Remove not needed replication
listener in docker compose example (#14107)
This commit is contained in:
parent
40bb37eb27
commit
1eb8dcf4c9
4 changed files with 2 additions and 25 deletions
|
@ -5,10 +5,4 @@ worker_name: synapse-federation-sender-1
|
|||
worker_replication_host: synapse
|
||||
worker_replication_http_port: 9093
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8034
|
||||
resources:
|
||||
- names: [replication]
|
||||
|
||||
worker_log_config: /data/federation_sender.log.config
|
||||
|
|
|
@ -6,10 +6,6 @@ worker_replication_host: synapse
|
|||
worker_replication_http_port: 9093
|
||||
|
||||
worker_listeners:
|
||||
- type: http
|
||||
port: 8034
|
||||
resources:
|
||||
- names: [replication]
|
||||
- type: http
|
||||
port: 8081
|
||||
x_forwarded: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue