We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340760e commit 5b33348Copy full SHA for 5b33348
1 file changed
content/self-hosting/docker.mdx
@@ -22,8 +22,8 @@ You can kick-start your LogChimp site in 3 easy steps.
22
23
```bash
24
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
+ https://raw.githubusercontent.com/logchimp/logchimp/refs/tags/v0.8.2/docker/community/docker-compose.yml -o .env \
+ https://raw.githubusercontent.com/logchimp/logchimp/refs/tags/v0.8.2/docker/community/.env.example
27
```
28
</Step>
29
<Step>
0 commit comments