From c32c593c1e0b5fec2f1432783ae0f750993dddb9 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Fri, 13 Nov 2020 13:19:34 +0100 Subject: [PATCH] bugfixes: README.md reformatted --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5ed619..03f746f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,9 @@ Set the following ports with the -p tag. #### Example run-command -Either use the docker image `tiynger/amphora-wiki` or run `docker build . -t amphora-wiki` in the top directory of this repository. -If so you need to change the command below apropiately (`tiynger/amphora-wiki` to `amphora-wiki`). +Either use the docker image `tiynger/amphora-wiki` or run +`docker build . -t amphora-wiki` in the top directory of this repository. +If so you need to change the command below apropiately +(`tiynger/amphora-wiki` to `amphora-wiki`). `docker run --name wiki --restart unless-stopped -v /config.py:/wiki/src/config.py -v entries:/wiki/src/templates/entry -p 80:5000 -d tiynger/amphora-wiki`