Skip to content

Commit

Permalink
Merge pull request #3517 from damadmai/matrix_media_repo_fix_signing_…
Browse files Browse the repository at this point in the history
…key_gen

Add temp suffix for container name to avoid conflict
  • Loading branch information
spantaleev committed Sep 11, 2024
2 parents c54c5c0 + 716177d commit 8e5e923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/custom/matrix-media-repo/tasks/setup_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8e5e923

Please sign in to comment.