mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 13:44:16 +00:00
Work around an issue with replacing the base image of a container
This commit is contained in:
parent
a44dce299e
commit
c519bfc190
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