This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-07-13 06:54:58 +10:00

7 lines
193 B
Docker

FROM crowdsecurity/crowdsec:latest
COPY config/ /etc/crowdsec
# Install required components at build time
RUN cscli hub update && \
cscli collections install crowdsecurity/traefik --force