mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-26 02:48:32 +01:00
use safer mount options for the container's files
This commit is contained in:
parent
8c93327e25
commit
4f835e0560
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user