mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-14 13:12:27 +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 }}"
|
ports: "{{ matrix_synapse_docker_ports }}"
|
||||||
labels: "{{ matrix_synapse_docker_labels }}"
|
labels: "{{ matrix_synapse_docker_labels }}"
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
|
recreate: true
|
||||||
|
pull: true
|
||||||
entrypoint: "python"
|
entrypoint: "python"
|
||||||
command:
|
command:
|
||||||
- "-m"
|
- "-m"
|
||||||
|
|
Loading…
Reference in a new issue