From f1303e0a704be55ac6d992cf2dad5f27a9c34c3a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Aug 2021 17:16:40 +0300 Subject: change default "output_dir" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 44727f6..83b49a9 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3