aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-08-02 16:25:22 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-08-02 16:25:22 +0300
commit77595e84000f2ac94607f1772a07542b8c7e033f (patch)
tree53d2e837a5857c2f8c5d02cce74da83c2663979a /README.md
parentworkflows/ci: don't pull private Bitbucket repositories (diff)
downloadcgitize-77595e84000f2ac94607f1772a07542b8c7e033f.tar.gz
cgitize-77595e84000f2ac94607f1772a07542b8c7e033f.zip
README: fix a typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index be60428..4b3490f 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ If SSH is required, the socket should be mapped to
-v "/path/to/config:/etc/cgitize:ro" \
-v "$SSH_AUTH_SOCK:/var/run/cgitize/ssh-agent.sock" \
-v "/path/to/output:/var/tmp/cgitize" \
- egortensin/cgitize:v2
+ egortensin/cgitize:2
The container executes cgitize inside a cron job.
The `SCHEDULE` environment variable controls the period between cgitize runs.