diff options
author | Egor Tensin <egor@tensin.name> | 2025-07-23 01:50:30 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-07-23 01:50:30 +0200 |
commit | e01317431f07fcbd579188a38102f978db501a37 (patch) | |
tree | 902c579bd28da00c0022b38c80b60070d7f8242f | |
parent | major bumps for major dependencies (diff) | |
download | cgitize-e01317431f07fcbd579188a38102f978db501a37.tar.gz cgitize-e01317431f07fcbd579188a38102f978db501a37.zip |
v6.0.0v6.0.0
-rw-r--r-- | docker/README.md | 4 |
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 |