We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker-compose.yml
.env
1 parent 33f1b34 commit 62f0775Copy full SHA for 62f0775
1 file changed
content/self-hosting/docker.mdx
@@ -21,9 +21,9 @@ You can kick-start your LogChimp site in 3 easy steps.
21
Run the following command to download the `docker-compose.yml` file in your current directory.
22
23
```bash
24
- curl -L -o docker-compose.yml
25
- https://raw.githubusercontent.com/logchimp/logchimp/refs/tags/v0.7.1/docker/community/docker-compose.yml -o .env
26
- https://raw.githubusercontent.com/logchimp/logchimp/refs/tags/v0.7.1/docker/community/.env.example
+ curl -L -o docker-compose.yml \
+ https://raw.githubusercontent.com/logchimp/logchimp/refs/tags/v0.7.1/docker/community/docker-compose.yml -o .env \
+ https://raw.githubusercontent.com/logchimp/logchimp/refs/tags/v0.7.1/docker/community/.env.example
27
```
28
</Step>
29
<Step>
0 commit comments