mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-13 20:52:28 +00:00
Merge pull request #25 from jcgruenhage/docker-recreate-workaround
Work around an issue with replacing the base image of a container
This commit is contained in:
commit
3012e5a730
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@
|
|||
ports: "{{ matrix_synapse_docker_ports }}"
|
||||
labels: "{{ matrix_synapse_docker_labels }}"
|
||||
restart_policy: unless-stopped
|
||||
recreate: true
|
||||
pull: true
|
||||
entrypoint: "python"
|
||||
command:
|
||||
- "-m"
|
||||
|
|
Loading…
Reference in a new issue