Merge pull request #1790 from etkecc/patch-5

matrix-change-user-admin-status: do not allocate tty
This commit is contained in:
Slavi Pantaleev 2022-04-26 21:13:30 +03:00 committed by GitHub
commit d2941b56b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ if [ $# -ne 2 ]; then
fi
docker run \
-it \
-i \
--rm \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \