mirror of
https://github.com/status-im/infra-role-matterbridge.git
synced 2025-02-18 09:46:52 +00:00
docker: restart container on config change
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0e826f237f
commit
a6e8ab7f9d
@ -12,5 +12,5 @@
|
||||
project_src: '{{ matterbridge_service_path }}'
|
||||
pull: true
|
||||
state: '{{ compose_state }}'
|
||||
restarted: '{{ compose_restart }}'
|
||||
restarted: '{{ config_file.changed or compose_restart }}'
|
||||
recreate: '{{ compose_recreate }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user