~dricottone/docker-moinmoin19

d66dadc51cfff2e909b39b7d5e8b55648e6cc273 — Dominic Ricottone 4 years ago 60a1ffe
fixed markdown blockquote
1 files changed, 2 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +2 -0
@@ 27,9 27,11 @@ In `moinmoin/wikiconfig.py`, configure the wiki name

> If setting up a new wiki, a superuser must be created. The easiest method is
> to use the `moin` CLI tool inside the container.
>
> ```bash
> moin --config-dir=/var/moin/data --wiki-url=example.com account create --name=MyName --email=me@example.com --password=foobar
> ```
>
> As a reminder, to access a shell inside a container, try
> `docker exec -it <CONTAINER> /bin/sh`.