소스 검색

Mount Google Voice configuration read-only

pull/5579/head
Slavi Pantaleev 3 일 전
부모
커밋
1451483908
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-bridge-mautrix-gvoice/templates/systemd/matrix-mautrix-gvoice.service.j2

+ 1
- 1
roles/custom/matrix-bridge-mautrix-gvoice/templates/systemd/matrix-mautrix-gvoice.service.j2 파일 보기

@@ -23,7 +23,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \
--network={{ matrix_bridge_mautrix_gvoice_container_network }} \
--mount type=bind,src={{ matrix_bridge_mautrix_gvoice_config_path }},dst=/config \
--mount type=bind,src={{ matrix_bridge_mautrix_gvoice_config_path }},dst=/config,ro \
--mount type=bind,src={{ matrix_bridge_mautrix_gvoice_data_path }},dst=/data \
--label-file={{ matrix_bridge_mautrix_gvoice_base_path }}/labels \
--workdir=/data \


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