diff --git a/README.md b/README.md index 24bf85f..19e9289 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ Openchangelog takes your Changelog, hosted on GitHub or locally and renders it a ## Quickstart Create an `openchangelog.yml` config file, from the sample `openchangelog.example.yml`. For more configuration settings visit our [Docs](https://openchangelog.com/docs/getting-started/self-hosting/#configuration). ``` -docker run -v ./openchangelog.yml:/etc/openchangelog.yml:ro -v ./release-notes:/release-notes -p 6001:6001 ghcr.io/jonashiltl/openchangelog:0.5.2 +docker run -v ./openchangelog.yml:/etc/openchangelog.yml:ro -v ./release-notes:/release-notes -p 6001:6001 ghcr.io/jonashiltl/openchangelog:0.6.2 ``` Or ```yaml services: openchangelog: - image: "ghcr.io/jonashiltl/openchangelog:0.5.2" + image: "ghcr.io/jonashiltl/openchangelog:0.6.2" ports: - "6001:6001" volumes: diff --git a/compose.yaml b/compose.yaml index 9ab10cc..39e91a0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: openchangelog: - image: ghcr.io/jonashiltl/openchangelog:0.5.2 + image: ghcr.io/jonashiltl/openchangelog:0.6.2 ports: - "6001:6001" volumes: