mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 21:26:38 +00:00
Update README.md
This commit is contained in:
parent
6990525e8a
commit
a48611aa6d
@ -427,7 +427,10 @@ Bitwarden_rs logs failed login attempts to stdout. We need to set this so the ho
|
|||||||
|
|
||||||
#### Logging Failed Login Attempts to Syslog
|
#### Logging Failed Login Attempts to Syslog
|
||||||
|
|
||||||
We need to set the logging driver to syslog so the host OS and Fail2Ban can see them. Add the following to your docker-compose file:
|
We need to set the logging driver to syslog so the host OS and Fail2Ban can see them.
|
||||||
|
If you are using docker commands, you will need to add: `--log-driver syslog --log-opt tag=$TAG` to your command.
|
||||||
|
|
||||||
|
If you are using docker-compose, add this to you yaml file:
|
||||||
```
|
```
|
||||||
bitwarden:
|
bitwarden:
|
||||||
logging:
|
logging:
|
||||||
|
Loading…
Reference in New Issue
Block a user