Upgrade matrix-mailer (4.93-r0 -> 4.93-r1)

This is a bit misleading, because the old Docker image
was tagged as `4.93.1`. There hasn't been a `4.93.1` version yet though.

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/792
This commit is contained in:
Slavi Pantaleev
2021-01-13 17:27:41 +02:00
parent 24100342e1
commit 568cb3d86f
3 changed files with 6 additions and 1 deletions

View File

@ -6,3 +6,4 @@ SMARTHOST={{ matrix_mailer_relay_host_name }}::{{ matrix_mailer_relay_host_port
SMTP_USERNAME={{ matrix_mailer_relay_auth_username }}
SMTP_PASSWORD={{ matrix_mailer_relay_auth_password }}
{% endif %}
HOSTNAME={{ matrix_mailer_hostname }}