fail2ban:1.1, use Redis, add logging, ban time and max attempts to be configured via UI soon

This commit is contained in:
andryyy
2017-06-24 00:07:18 +02:00
parent fdc98f8418
commit b8e9b3d879
3 changed files with 28 additions and 4 deletions

View File

@@ -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"]