Update README.md

This commit is contained in:
itr6 2018-12-12 14:38:57 -06:00 committed by GitHub
parent a48611aa6d
commit 295985de7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -427,7 +427,8 @@ Bitwarden_rs logs failed login attempts to stdout. We need to set this so the ho
#### Logging Failed Login Attempts to Syslog
We need to set the logging driver to syslog so the host OS and Fail2Ban can see them.
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: