Update Postmoogle 0.9.0 -> 0.9.1

This commit is contained in:
Aine
2022-09-09 10:47:00 +03:00
parent 8b40ca8daa
commit b92ff748e4
6 changed files with 46 additions and 17 deletions

View File

@ -24,7 +24,9 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-bot-postmoogle
--network={{ matrix_docker_network }} \
--env-file={{ matrix_bot_postmoogle_config_path }}/env \
-p {{ matrix_bot_postmoogle_smtp_host_bind_port }}:{{ matrix_bot_postmoogle_port }} \
-p {{ matrix_bot_postmoogle_smtps_host_bind_port }}:{{ matrix_bot_postmoogle_tls_port }} \
--mount type=bind,src={{ matrix_bot_postmoogle_data_path }},dst=/data \
--mount type=bind,src={{ matrix_bot_postmoogle_ssl_path }},dst=/ssl \
{% for arg in matrix_bot_postmoogle_container_extra_arguments %}
{{ arg }} \
{% endfor %}