diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:16:40 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:16:40 +0300 |
commit | f1303e0a704be55ac6d992cf2dad5f27a9c34c3a (patch) | |
tree | e431401f4079ed0b8b9a116394586d6a8fe1f047 /README.md | |
parent | README: update (diff) | |
download | cgitize-f1303e0a704be55ac6d992cf2dad5f27a9c34c3a.tar.gz cgitize-f1303e0a704be55ac6d992cf2dad5f27a9c34c3a.zip |
change default "output_dir"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,14 +32,14 @@ tokens/application passwords). The image is **egortensin/cgitize**. The container reads the config from /etc/cgitize/cgitize.toml and writes the -repositories to /var/tmp/cgitize/output. +repositories to /var/tmp/cgitize. If SSH is required, the socket should be mapped to /var/run/cgitize/ssh-agent.sock. docker run -it --rm \ -v "/path/to/config:/etc/cgitize:ro" \ -v "$SSH_AUTH_SOCK:/var/run/cgitize/ssh-agent.sock" \ - -v "/path/to/output:/var/tmp/cgitize/output" \ + -v "/path/to/output:/var/tmp/cgitize" \ egortensin/cgitize The container executes cgitize inside a cron job. |