Skip to content

Commit

Permalink
Update Dockerfile to include the caddy-crowdsec-bouncer plugin alongs…
Browse files Browse the repository at this point in the history
…ide the existing caddy-l4 plugin.
  • Loading branch information
nsouto committed Sep 16, 2024
1 parent ab344c9 commit 5cbd1e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion caddy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN xcaddy build \
--with github.com/zhangjiayin/caddy-mysql-storage \
--with github.com/caddy-dns/powerdns \
--with github.com/caddy-dns/cloudflare \
--with github.com/mholt/caddy-l4
--with github.com/mholt/caddy-l4 \
--with github.com/hslatman/caddy-crowdsec-bouncer

# TODO: Build the octane image locally and use it here, instead of pulling from dockerhub
# This should work on GithubAction and locally using the docker buildx build command
Expand Down

0 comments on commit 5cbd1e7

Please sign in to comment.