|
|
|
@@ -22,6 +22,9 @@ ExecStart=/usr/bin/docker run --rm --name matrix-mx-puppet-slack \ |
|
|
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ |
|
|
|
--cap-drop=ALL \ |
|
|
|
--network={{ matrix_docker_network }} \ |
|
|
|
{% if matrix_mx_puppet_slack_container_http_host_bind_port %} |
|
|
|
-p {{ matrix_mx_puppet_slack_container_http_host_bind_port }}:{{ matrix_mx_puppet_slack_appservice_port }} \ |
|
|
|
{% endif %} |
|
|
|
-e CONFIG_PATH=/config/config.yaml \ |
|
|
|
-e REGISTRATION_PATH=/config/registration.yaml \ |
|
|
|
-v {{ matrix_mx_puppet_slack_config_path }}:/config:z \ |
|
|
|
|