Explorar el Código

Merge pull request #3517 from damadmai/matrix_media_repo_fix_signing_key_gen

Add temp suffix for container name to avoid conflict
pull/3519/head
Slavi Pantaleev hace 1 año
committed by GitHub
padre
commit
8e5e923214
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      roles/custom/matrix-media-repo/tasks/setup_install.yml

+ 2
- 2
roles/custom/matrix-media-repo/tasks/setup_install.yml Ver fichero

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


Cargando…
Cancelar
Guardar