Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/pages/selfhosted/migration/enable-reverse-proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Add the following service to your `docker-compose.yml`:
- ./crowdsec:/etc/crowdsec
- crowdsec_db:/var/lib/crowdsec/data
healthcheck:
test: ["CMD", "cscli", "capi", "status"]
test: ["CMD", "cscli", "lapi", "status"]
interval: 10s
timeout: 5s
retries: 15
Expand Down Expand Up @@ -313,7 +313,7 @@ docker compose up -d crowdsec
Wait for the container to become healthy:

```bash
docker compose exec crowdsec cscli capi status
docker compose exec crowdsec cscli lapi status
```

Then register a bouncer:
Expand Down
Loading