docker: restart container on config change

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-12-09 17:43:33 +01:00
parent 0e826f237f
commit a6e8ab7f9d
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@
project_src: '{{ matterbridge_service_path }}' project_src: '{{ matterbridge_service_path }}'
pull: true pull: true
state: '{{ compose_state }}' state: '{{ compose_state }}'
restarted: '{{ compose_restart }}' restarted: '{{ config_file.changed or compose_restart }}'
recreate: '{{ compose_recreate }}' recreate: '{{ compose_recreate }}'