Add SKIP_FAIL2BAN var

This commit is contained in:
andryyy
2017-06-27 10:26:48 +02:00
parent 433e0c8f9a
commit e9ea0712f2
3 changed files with 9 additions and 1 deletions

View File

@@ -331,6 +331,7 @@ services:
privileged: true
environment:
- TZ=${TZ}
- SKIP_FAIL2BAN=${SKIP_FAIL2BAN:-no}
network_mode: "host"
dns:
- 172.22.1.254
@@ -338,7 +339,6 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /lib/modules:/lib/modules:ro
ipv6nat:
image: robbertkl/ipv6nat
restart: always