Selaa lähdekoodia

Add temp suffix for container name to avoid conflict

pull/3517/head
Daniel A. Maierhofer 1 vuosi sitten
vanhempi
commit
716177d5bc
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      roles/custom/matrix-media-repo/tasks/setup_install.yml

+ 2
- 2
roles/custom/matrix-media-repo/tasks/setup_install.yml Näytä tiedosto

@@ -89,7 +89,7 @@
cmd: | cmd: |
{{ devture_systemd_docker_base_host_command_docker }} run {{ devture_systemd_docker_base_host_command_docker }} run
--rm --rm
--name={{ matrix_media_repo_identifier }}
--name={{ matrix_media_repo_identifier }}-temp
--user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }} --user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }}
--cap-drop=ALL --cap-drop=ALL
--mount type=bind,src={{ matrix_media_repo_config_path }},dst=/config --mount type=bind,src={{ matrix_media_repo_config_path }},dst=/config
@@ -104,7 +104,7 @@
cmd: | cmd: |
{{ devture_systemd_docker_base_host_command_docker }} run {{ devture_systemd_docker_base_host_command_docker }} run
--rm --rm
--name={{ matrix_media_repo_identifier }}
--name={{ matrix_media_repo_identifier }}-temp
--user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }} --user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }}
--cap-drop=ALL --cap-drop=ALL
--mount type=bind,src={{ matrix_media_repo_config_path }},dst=/config --mount type=bind,src={{ matrix_media_repo_config_path }},dst=/config


Ladataan…
Peruuta
Tallenna