replaced 8008 where possible
This commit is contained in:
		| @@ -27,11 +27,13 @@ matrix_synapse_storage_path: "{{ matrix_synapse_base_path }}/storage" | ||||
| matrix_synapse_media_store_path: "{{ matrix_synapse_storage_path }}/media-store" | ||||
| matrix_synapse_ext_path: "{{ matrix_synapse_base_path }}/ext" | ||||
|  | ||||
| matrix_synapse_container_client_api_port: 8008 | ||||
|  | ||||
| matrix_synapse_container_federation_api_tls_port: 8448 | ||||
|  | ||||
| matrix_synapse_container_federation_api_plain_port: 8048 | ||||
|  | ||||
| # Controls whether the matrix-synapse container exposes the Client/Server API port (tcp/8008 in the container). | ||||
| # Controls whether the matrix-synapse container exposes the Client/Server API port (tcp/{{ matrix_synapse_container_client_api_port }} in the container). | ||||
| # | ||||
| # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:8008"), or empty string to not expose. | ||||
| matrix_synapse_container_client_api_host_bind_port: '' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user