End of rework - Typo

La Drôme Laboratoire 2020-03-24 15:40:58 +01:00
parent 686efeb6ec
commit b07dea78d5
1 changed files with 6 additions and 6 deletions

@ -46,9 +46,9 @@ Therefore, we will use Fail2ban in a docker container. [Crazy-max/docker-fail2ba
2. Replace `REJECT` by `DROP` blocktype 2. Replace `REJECT` by `DROP` blocktype
```` ````
vi /volumeX/docker/fail2ban/action.d/iptables-common.local vi /volumeX/docker/fail2ban/action.d/iptables-common.local
````
Copy and paste the following content Copy and paste the following content
````
[Init] [Init]
blocktype = DROP blocktype = DROP
[Init?family=inet6] [Init?family=inet6]
@ -57,9 +57,9 @@ Therefore, we will use Fail2ban in a docker container. [Crazy-max/docker-fail2ba
3. Create docker-compose file 3. Create docker-compose file
```` ````
vi /volumeX/docker/fail2ban/docker-compose.yml vi /volumeX/docker/fail2ban/docker-compose.yml
````
Copy and paste the following content Copy and paste the following content
````
version: '3' version: '3'
services: services:
fail2ban: fail2ban: