From 334be94c8705ecfb30a15421c29a6b37c435f040 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 27 Mar 2022 00:02:42 +0300 Subject: README: update --- README.md | 4 ++-- 1 file 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. -- cgit v1.2.3