Make matrix-mailer exit more gracefully

This commit is contained in:
Slavi Pantaleev
2019-09-04 10:04:14 +03:00
parent 1784bde226
commit 14e242aec1
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ matrix_mailer_enabled: true
matrix_mailer_base_path: "{{ matrix_base_data_path }}/mailer"
matrix_mailer_docker_image: "devture/exim-relay:4.92.1-r0-1"
matrix_mailer_docker_image: "devture/exim-relay:4.92.1-r0-2"
matrix_mailer_docker_image_force_pull: "{{ matrix_mailer_docker_image.endswith(':latest') }}"
# The user/group that the container runs with.