Kaynağa Gözat

Make config directory non-ro

pull/5289/head
jasonlaguidice 2 hafta önce
ebeveyn
işleme
7157957270
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      roles/custom/matrix-bridge-rustpush/templates/systemd/matrix-rustpush-bridge.service.j2

+ 1
- 1
roles/custom/matrix-bridge-rustpush/templates/systemd/matrix-rustpush-bridge.service.j2 Dosyayı Görüntüle

@@ -23,7 +23,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ --user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \ --cap-drop=ALL \
--network={{ matrix_rustpush_bridge_container_network }} \ --network={{ matrix_rustpush_bridge_container_network }} \
--mount type=bind,src={{ matrix_rustpush_bridge_config_path }},dst=/config,ro \
--mount type=bind,src={{ matrix_rustpush_bridge_config_path }},dst=/config \
--mount type=bind,src={{ matrix_rustpush_bridge_data_path }},dst=/data \ --mount type=bind,src={{ matrix_rustpush_bridge_data_path }},dst=/data \
--label-file={{ matrix_rustpush_bridge_base_path }}/labels \ --label-file={{ matrix_rustpush_bridge_base_path }}/labels \
--entrypoint /usr/local/bin/matrix-rustpush \ --entrypoint /usr/local/bin/matrix-rustpush \


Yükleniyor…
İptal
Kaydet