This commit is contained in:
JMARyA 2024-01-19 08:15:29 +01:00
parent eba038840a
commit 8739297201
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 8 additions and 2 deletions

View file

@ -22,6 +22,13 @@ mkdir -p ./config
docker run --rm --entrypoint="/bin/sh" -v $(pwd)/config:/mnt matrixdotorg/dendrite-monolith:latest -c "/usr/bin/generate-config -dir /var/dendrite/ -db postgres://dendrite:itsasecret@postgres/dendrite?sslmode=disable -server YourDomainHere > /mnt/dendrite.yaml"
```
## Administration
**Create a new Account:**
To create a new account, use this command inside the dendrite container:
```sh
/bin/create-account -config /path/to/dendrite.yaml -username USERNAME [-admin]
```
### Docker-Compose
Start the docker compose service:
```yaml