commit 6c117838be051c7cdd769ca74708323f6c7f25cd from: Omar Polo date: Mon Jan 25 14:55:03 2021 UTC fix docker example commit - 0a0e6ba7f96dde47a6da1a5834e0ef652ac81162 commit + 6c117838be051c7cdd769ca74708323f6c7f25cd blob - 169218faff31b11aae51ff014fadd4f300e848ca blob + f5087faacdc41a8e039e2de4acd4f48ddbde4998 --- README.md +++ README.md @@ -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