mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 19:29:21 -07:00
Added Docker compatibility
@@ -43,6 +43,12 @@ maxretry = 3
|
|||||||
bantime = 14400
|
bantime = 14400
|
||||||
findtime = 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.
|
Feel free to change the options as you see fit.
|
||||||
|
|
||||||
## Testing Fail2Ban
|
## Testing Fail2Ban
|
||||||
|
|||||||
Reference in New Issue
Block a user