diff --git a/src/pages/selfhosted/migration/enable-reverse-proxy.mdx b/src/pages/selfhosted/migration/enable-reverse-proxy.mdx index 8f593edc..a145573f 100644 --- a/src/pages/selfhosted/migration/enable-reverse-proxy.mdx +++ b/src/pages/selfhosted/migration/enable-reverse-proxy.mdx @@ -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 @@ -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: