fail2ban:1.1, use Redis, add logging, ban time and max attempts to be configured via UI soon
This commit is contained in:
@@ -2,7 +2,7 @@ FROM python:2-alpine
|
||||
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
|
||||
|
||||
RUN apk add -U --no-cache iptables ip6tables
|
||||
RUN pip install docker
|
||||
RUN pip install docker redis
|
||||
|
||||
COPY logwatch.py /
|
||||
CMD ["python2", "-u", "/logwatch.py"]
|
||||
|
Reference in New Issue
Block a user