소스 검색

use safer mount options for the container's files

pull/3042/head
Joshua Hoffmann 2 년 전
부모
커밋
4f835e0560
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      roles/custom/matrix-bridge-hookshot/tasks/reset_encryption.yml

+ 3
- 2
roles/custom/matrix-bridge-hookshot/tasks/reset_encryption.yml 파일 보기

@@ -7,6 +7,7 @@
--name={{ matrix_hookshot_container_ident }}-reset-crypto
--user={{ matrix_user_uid }}:{{ matrix_user_gid }}
--cap-drop=ALL
-v {{ matrix_hookshot_base_path }}/config.yml:/config.yml
{{ matrix_hookshot_docker_image }} yarn start:resetcrypto
--mount type=bind,src={{ matrix_hookshot_base_path }}/config.yml,dst=/config.yml
{{ matrix_hookshot_docker_image }}
yarn start:resetcrypto
changed_when: false

불러오는 중...
취소
저장