aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-25 14:55:03 +0000
committerOmar Polo <op@omarpolo.com>2021-01-25 14:55:03 +0000
commit6c117838be051c7cdd769ca74708323f6c7f25cd (patch)
treed569974637ac73b980d92bff888fd79d83d97db9 /README.md
parent0a0e6ba7f96dde47a6da1a5834e0ef652ac81162 (diff)
fix docker example
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 169218f..f5087fa 100644
--- a/README.md
+++ b/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