mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-05 23:10:23 +00:00
add group dialout to container
This commit is contained in:
parent
a7fd27c43c
commit
3d63ee6d13
|
@ -20,6 +20,7 @@ ExecStartPre=/bin/sleep 5
|
|||
ExecStart=/usr/bin/docker run --rm --name matrix-sms-bridge \
|
||||
--log-driver=none \
|
||||
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
||||
--group-add dialout \
|
||||
--cap-drop=ALL \
|
||||
--network={{ matrix_docker_network }} \
|
||||
{% if matrix_sms_bridge_container_http_host_bind_port %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user