0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-09 15:38:58 +02:00

Added Docker compatibility

TheMardy 2019-01-04 00:22:48 +01:00
parent 7817d661f7
commit df67946992

@ -43,6 +43,12 @@ maxretry = 3
bantime = 14400
findtime = 14400
```
Note: Docker uses the FORWARD chain instead of the default INPUT chain. Therefore use the following action when using Docker:
```
action = iptables-allports[name=bitwarden, chain=FORWARD]
```
Feel free to change the options as you see fit.
## Testing Fail2Ban