Skip to content

Commit 31f316e

Browse files
committed
update healthcheck command to use 'lapi' instead of 'capi'
1 parent 1ffd37d commit 31f316e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ix-dev/community/crowdsec/templates/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% do crowdsec_container.set_tty(true) %}
55
{% do crowdsec_container.set_stdin(true) %}
66

7-
{% do crowdsec_container.healthcheck.set_custom_test(["CMD", "cscli", "capi status"]) %}
7+
{% do crowdsec_container.healthcheck.set_custom_test(["CMD", "cscli", "lapi", "status"]) %}
88

99
{% do crowdsec_container.environment.add_env("COLLECTIONS", "crowdsecurity/linux") %}
1010
{% do crowdsec_container.environment.add_user_envs(values.crowdsec.additional_envs) %}

0 commit comments

Comments
 (0)