mirror of
https://github.com/idanoo/GoMatrixCloner
synced 2025-07-01 05:32:18 +00:00
366 B
366 B
gomatrixcloner
- Invite bot to both channels. Success
mkdir data
docker run -it \
-v data:/data \
-e "MATRIX_HOST=https://matrix.example" \
-e "MATRIX_USERNAME=username" \
-e "MATRIX_PASSWORD=password" \
-e "MATRIX_SOURCE_ROOM=!example:example.com" \
-e "MATRIX_DESTINATION_ROOM=!example2:example.com" \
idanoo/gomatrixcloner:latest