Browse Source

bugfixes: README.md reformatted

pull/1/head
TiynGER 1 month ago
parent
commit
c32c593c1e
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      README.md

+ 4
- 2
README.md

@ -77,7 +77,9 @@ Set the following ports with the -p tag.
#### Example run-command #### 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` `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`

Loading…
Cancel
Save