Update README.md

This commit is contained in:
holzi1005 2025-05-28 15:59:49 +02:00
parent c1757005b6
commit aac5b4e3e7

View file

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