diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-25 14:55:03 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-25 14:55:03 +0000 |
commit | 6c117838be051c7cdd769ca74708323f6c7f25cd (patch) | |
tree | d569974637ac73b980d92bff888fd79d83d97db9 /README.md | |
parent | 0a0e6ba7f96dde47a6da1a5834e0ef652ac81162 (diff) |
fix docker example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -73,12 +73,11 @@ to build a `gmid` image with: and then run it with something along the lines of docker run --rm -it -p 1965:1965 \ - -v /path/to/cert.pem:...:ro \ - -v /path/to/key.pem:...:ro \ + -v /path/to/gmid.conf:...:ro \ -v /path/to/docs:/var/gemini \ - gmid -f -d /var/gemini -K ... -C ... + gmid -c .../gmid.conf -ellipses used for brevity. +ellipses for brevity. ### Local libretls |