Skip to content

Commit 5b33348

Browse files
committed
fix(docs): update Docker Compose commands to reference version 0.8.2
1 parent 340760e commit 5b33348

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/self-hosting/docker.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ You can kick-start your LogChimp site in 3 easy steps.
2222

2323
```bash
2424
curl -L -o docker-compose.yml \
25-
https://raw.githubusercontent.com/logchimp/logchimp/refs/tags/v0.8.1/docker/community/docker-compose.yml -o .env \
26-
https://raw.githubusercontent.com/logchimp/logchimp/refs/tags/v0.8.1/docker/community/.env.example
25+
https://raw.githubusercontent.com/logchimp/logchimp/refs/tags/v0.8.2/docker/community/docker-compose.yml -o .env \
26+
https://raw.githubusercontent.com/logchimp/logchimp/refs/tags/v0.8.2/docker/community/.env.example
2727
```
2828
</Step>
2929
<Step>

0 commit comments

Comments
 (0)