aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-07-23 01:50:30 +0200
committerEgor Tensin <egor@tensin.name>2025-07-23 01:50:30 +0200
commite01317431f07fcbd579188a38102f978db501a37 (patch)
tree902c579bd28da00c0022b38c80b60070d7f8242f
parentmajor bumps for major dependencies (diff)
downloadcgitize-6.0.0.tar.gz
cgitize-6.0.0.zip
v6.0.0v6.0.0
-rw-r--r--docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index ec7f89d..e7db21d 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -50,13 +50,13 @@ Here's an example docker-compose.yml file:
SCHEDULE: '0 */3 * * *'
# Set CGITIZE_{GITHUB,BITBUCKET,GITLAB}_{USERNAME,TOKEN} variables
# here or in the config file.
- image: egortensin/cgitize:5
+ image: egortensin/cgitize:6
restart: unless-stopped
volumes:
- ./example.toml:/etc/cgitize/cgitize.toml:ro
- /srv/volumes/cgitize:/mnt/cgitize
frontend:
- image: egortensin/cgitize-frontend:5
+ image: egortensin/cgitize-frontend:6
ports:
- '127.0.0.1:80:80'
restart: unless-stopped