Fixed matrix-appservice-slack docker command problems

This commit is contained in:
kingoftheconnors
2019-07-27 14:22:34 -04:00
parent 49766c5dac
commit 177ec295b4
3 changed files with 13 additions and 1 deletions

View File

@ -21,6 +21,8 @@ matrix_appservice_slack_user_prefix: 'slack_'
matrix_appservice_slack_matrix_port: 9004
matrix_appservice_slack_slack_port: 9003
# Controls whether the appservice-slack container exposes its HTTP port (tcp/9003 in the container).
#
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:9999"), or empty string to not expose.
matrix_appservice_slack_container_http_host_bind_port: ''