Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion caddy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This example contains multiple containers :
* crowdsec : Read Caddy logs from the mounted volumes
* caddy : The Caddy container built using `xcaddy`

Before running the example, you need to create a api within the `.env` file. You can do this by running the following command :
Before running the example, you need to create an api within the `.env` file. You can do this by running the following command :

```bash
echo "CROWDSEC_API_KEY=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 32)" > .env
Expand Down