1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2025-10-30 10:21:16 +01:00

Update README.md

This commit is contained in:
Marten
2020-11-07 01:33:20 +01:00
committed by GitHub
parent 5a9ed40251
commit 93c73dbfa3

View File

@@ -76,4 +76,4 @@ Set the following ports with the -p tag.
#### Example run-command #### Example run-command
`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 <absolute-path-to>/config.py:/wiki/src/config.py -v entries:/wiki/src/templates/entry -p 80:5000 -d tiynger/tiyny-wiki`