Skip to content

Commit

Permalink
update docs to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasHiltl committed Nov 24, 2024
1 parent c192716 commit 0c1fb08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 0c1fb08

Please sign in to comment.