1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2025-04-19 15:27:46 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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`