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:
Emmanouil Kampitakis 2019-06-12 10:27:22 +02:00 committed by GitHub
commit 3012e5a730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"