crazy-max / docker-fail2ban

Fail2ban Docker image
MIT License
620 stars 77 forks source link

F2B_DB_PURGE_AGE in examples is bogus #128

Closed tomers closed 1 year ago

tomers commented 1 year ago

Behaviour

In https://github.com/crazy-max/docker-fail2ban/blob/master/examples/compose/fail2ban.env, there's:

F2B_DB_PURGE_AGE=1d

However this environment variable exist neither in this repo or in fail2ban's repo.

crazy-max commented 1 year ago

https://github.com/crazy-max/docker-fail2ban/blob/9f379d0903875859fa514a1008efbd07b54e7057/entrypoint.sh#L77

tomers commented 1 year ago

Got it. Thanks for the prompt reply, and sorry to have wasted your time!