Closed ghost closed 2 years ago
@bacloud22 You could use the docker ADD directive which understands compressed formats. If your compressed tar is local then ADD will expand it https://docs.docker.com/engine/reference/builder/#add
You will still need to ensure whatever post-install setup actions required by fail2ban are executed though.
Hello @trmatthe I tried xcaddy image and added a plugin. It works great! So I think I don't really need fail2ban at least now. Thanks a lot for directives.
Don't use caddy/caddy
, please use caddy
.
The former is our CI build target, it's not the actual official image.
Thanks @francislavoie Now I'm using
caddy:2.5.2-builder-alpine And caddy:2.5.2-alpine
Thanks
I am using the docker image
caddy/caddy:2.5.1-alpine
and it is working great ! thank you so much.Now I want to add
fail2ban
into the cocktail, could you please help me achieve this ?I'm afraid something simple like
Would not be sufficient or corrupt.
Thanks a lot