aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-06-04 07:13:37 +0000
committerOmar Polo <op@omarpolo.com>2021-06-04 07:13:37 +0000
commit0c7a1d3cf32c495cdbf5f641a4e792e60c1a1c21 (patch)
treebefe97852f8729379d9553e992507360ff649fe9 /README.md
parent3a1bd9ab49a5bb7bcffc5d4f2222ef0993e7f150 (diff)
improve docker example
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8cad546..bc38bf9 100644
--- a/README.md
+++ b/README.md
@@ -127,11 +127,10 @@ Docker 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/gmid.conf:...:ro \
+ -v /path/to/gmid.conf:/etc/gmid.conf:ro \
-v /path/to/docs:/var/gemini \
- gmid /bin/gmid -c .../gmid.conf
+ gmid /bin/gmid -c /etc/gmid.conf
-(ellipses used for brevity)
### Local libretls