fix docker example

This commit is contained in:
Omar Polo 2021-01-25 14:55:03 +00:00
parent 0a0e6ba7f9
commit 6c117838be
1 changed files with 3 additions and 4 deletions

View File

@ -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