aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/administration/1_createusers.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/administration/1_createusers.md b/docs/administration/1_createusers.md
index 3468398a..94399a04 100644
--- a/docs/administration/1_createusers.md
+++ b/docs/administration/1_createusers.md
@@ -1,3 +1,4 @@
+
---
title: Creating user accounts
parent: Administration
@@ -31,11 +32,11 @@ To create a new **admin account**, add the `-admin` flag:
./bin/create-account -config /path/to/dendrite.yaml -username USERNAME -admin
```
-By default `create-account` uses `https://localhost:8448` to connect to Dendrite, this can be overwritten using
+By default `create-account` uses `http://localhost:8008` to connect to Dendrite, this can be overwritten using
the `-url` flag:
```bash
-./bin/create-account -config /path/to/dendrite.yaml -username USERNAME -url http://localhost:8008
+./bin/create-account -config /path/to/dendrite.yaml -username USERNAME -url https://localhost:8448
```
An example of using `create-account` when running in **Docker**, having found the `CONTAINERNAME` from `docker ps`: