typo in docker example

This commit is contained in:
Omar Polo 2021-04-29 19:52:50 +00:00
parent 8070ffa70f
commit 17a04409b5
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ 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/docs:/var/gemini \
gmid -c .../gmid.conf
gmid /bin/gmid -c .../gmid.conf
(ellipses used for brevity)