From 0c032f3949247fbda0bd9d50a3c7c13c9e2bf801 Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Fri, 13 Nov 2020 13:13:27 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d459bfc..a5ed619 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,4 @@ Set the following ports with the -p tag. 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/tiyny-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`