mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 20:57:41 +01:00
Merge pull request #1790 from etkecc/patch-5
matrix-change-user-admin-status: do not allocate tty
This commit is contained in:
commit
d2941b56b2
@ -9,7 +9,7 @@ if [ $# -ne 2 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
-it \
|
-i \
|
||||||
--rm \
|
--rm \
|
||||||
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
||||||
--cap-drop=ALL \
|
--cap-drop=ALL \
|
||||||
|
Loading…
Reference in New Issue
Block a user