mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-16 20:50:33 +00:00
Added Docker compatibility
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user