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: 4 additions & 0 deletions crowdsec/rootfs/etc/services.d/crowdsec/run
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,8 @@ if [[ ! -z "${scenarios_to_disable}" ]]; then
export DISABLE_SCENARIOS="${DISABLE_SCENARIOS}"
fi

# In Home Assistant, the user does not have control over the volumes (it's managed by the add-on)
# And crowdsec is using not default paths, which breaks the check done in the entrypoint
export CROWDSEC_BYPASS_DB_VOLUME_CHECK=true

exec bash /docker_start.sh
Loading