diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-27 00:02:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-27 00:02:42 +0300 |
commit | 334be94c8705ecfb30a15421c29a6b37c435f040 (patch) | |
tree | 03e4aa1cf282a9c9d7ff8140727d4284ee3f26e5 /README.md | |
parent | frontend: add a comment to the config (diff) | |
download | cgitize-334be94c8705ecfb30a15421c29a6b37c435f040.tar.gz cgitize-334be94c8705ecfb30a15421c29a6b37c435f040.zip |
README: update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |