From 2592184c1a92e16de80cbec631e2870c32a19de3 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Mon, 26 Jun 2017 14:44:48 +0200 Subject: [PATCH] docker/README.md: Add note about account creation --- docker/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/README.md b/docker/README.md index 5ab5df817..249c64198 100644 --- a/docker/README.md +++ b/docker/README.md @@ -31,3 +31,7 @@ Note: `COMPOSE_PROJECT_NAME` is set to `dendrite` in the `.env` file in this dir ## Running From this directory, run `POSTGRES_PASSWORD=YOURSECRET docker-compose up -d`. The client-api-proxy will be exposed on `https://0.0.0.0:8443` and the federation-api-proxy on `https://0.0.0.0:8449`. + +## Create accounts + +Use the `create-account` tool and point it at `postgres://postgres:$POSTGRES_PASSWORD@localhost/dendrite_account?sslmode=disable` to create accounts.