Slavi Pantaleev 2年前
コミット
06e2ab94fd
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/custom/matrix-user-verification-service/templates/systemd/matrix-user-verification-service.service.j2

+ 1
- 1
roles/custom/matrix-user-verification-service/templates/systemd/matrix-user-verification-service.service.j2 ファイルの表示

@@ -19,7 +19,7 @@ ExecStartPre=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_s


ExecStart={{ devture_systemd_docker_base_host_command_docker }} run \ ExecStart={{ devture_systemd_docker_base_host_command_docker }} run \
--rm \ --rm \
--name={{ matrix_user_verification_service_container_name }}\
--name={{ matrix_user_verification_service_container_name }} \
--log-driver=none \ --log-driver=none \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ --user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \ --cap-drop=ALL \


読み込み中…
キャンセル
保存