refactor
This commit is contained in:
parent
eba038840a
commit
8739297201
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue