Add matrix_appservice_irc_container_expose_client_server_api_port
				
					
				
			This commit is contained in:
		| @@ -13,7 +13,9 @@ ExecStart=/usr/bin/docker run --rm --name matrix-appservice-irc \ | ||||
| 			--log-driver=none \ | ||||
| 			-e "UID={{ matrix_user_uid }}" -e "GID={{ matrix_user_gid }}" \ | ||||
| 			--network={{ matrix_docker_network }} \ | ||||
| 			{% if matrix_appservice_irc_container_expose_client_server_api_port %} | ||||
| 			-p 127.0.0.1:9999:9999 \ | ||||
| 			{% endif %} | ||||
| 			-v {{ matrix_appservice_irc_base_path }}:/data:z \ | ||||
| 			{{ matrix_appservice_irc_docker_image }} \ | ||||
| 			-c /data/config.yaml -f /data/registration.yaml -p 9999 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user