0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-12-14 18:23:56 +01:00
This commit is contained in:
Neil Alexander 2022-10-03 19:35:26 +01:00
parent ba66b5a3b9
commit 34ed316584
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -1,4 +1,3 @@
---
title: Creating user accounts
parent: Administration
@ -44,6 +43,7 @@ An example of using `create-account` when running in **Docker**, having found th
```bash
docker exec -it CONTAINERNAME /usr/bin/create-account -config /path/to/dendrite.yaml -username USERNAME
```
```bash
docker exec -it CONTAINERNAME /usr/bin/create-account -config /path/to/dendrite.yaml -username USERNAME -admin
```