Update README.md
All checks were successful
build / release (push) Successful in 5s
build / docker (push) Successful in 9s

This commit is contained in:
holzi1005 2025-05-28 15:59:07 +02:00
parent 3ce0786576
commit c1757005b6

View file

@ -25,7 +25,7 @@ docker run --rm -it \
-e MATRIX_URL=https://matrixdomain.org \ -e MATRIX_URL=https://matrixdomain.org \
-v "$PWD:/app" \ -v "$PWD:/app" \
-w /app \ -w /app \
git.h2-invent.com/meetling/matrix-bot \ git.h2-invent.com/meetling/matrix-bot:2.2.7 \
node login.mjs node login.mjs
``` ```