aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-27 00:02:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-27 00:02:42 +0300
commit334be94c8705ecfb30a15421c29a6b37c435f040 (patch)
tree03e4aa1cf282a9c9d7ff8140727d4284ee3f26e5
parentfrontend: add a comment to the config (diff)
downloadcgitize-334be94c8705ecfb30a15421c29a6b37c435f040.tar.gz
cgitize-334be94c8705ecfb30a15421c29a6b37c435f040.zip
README: update
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9d667ca..5881964 100644
--- a/README.md
+++ b/README.md
@@ -41,9 +41,9 @@ repositories to /var/tmp/cgitize.
If SSH is required, map the socket to /var/run/cgitize/ssh-agent.sock.
docker run -it --rm \
- -v "/path/to/config:/etc/cgitize:ro" \
+ -v "/path-to/config-dir:/etc/cgitize:ro" \
-v "$SSH_AUTH_SOCK:/var/run/cgitize/ssh-agent.sock" \
- -v "/path/to/output:/var/tmp/cgitize" \
+ -v "/path-to/output-dir:/var/tmp/cgitize" \
egortensin/cgitize:2
The container executes cgitize inside a cron job.