Skip to content

Commit 62f0775

Browse files
committed
fix(docs): update curl command to download both docker-compose.yml and .env files in one line
1 parent 33f1b34 commit 62f0775

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/self-hosting/docker.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ You can kick-start your LogChimp site in 3 easy steps.
2121
Run the following command to download the `docker-compose.yml` file in your current directory.
2222

2323
```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
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
2727
```
2828
</Step>
2929
<Step>

0 commit comments

Comments
 (0)