1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2025-04-19 15:27:46 +02:00

bugfixes: README.md reformatted

This commit is contained in:
TiynGER 2020-11-13 13:19:34 +01:00
parent 0c032f3949
commit c32c593c1e

View File

@ -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 <absolute-path-to>/config.py:/wiki/src/config.py -v entries:/wiki/src/templates/entry -p 80:5000 -d tiynger/amphora-wiki`