Updated Readme.md

This commit is contained in:
Kevin Veen-Birkenbach 2023-12-19 14:12:19 +01:00
parent 013e6c348d
commit e13fd5a457

View File

@ -23,7 +23,7 @@ Matrix is an open-source project that provides a protocol for secure, decentrali
- **Create Matrix Users**:
```
docker exec -it [Container-ID] register_new_matrix_user -u [Username] -p [Password] -a -c /data/homeserver.yaml http://localhost:8008
docker compose exec -it synapse register_new_matrix_user -u [Username] -p [Password] -a -c /data/homeserver.yaml http://localhost:8008
```
- **Execute Docker-Compose Commands**:
- Restart services: