diff options
author | itr6 <[email protected]> | 2018-12-12 14:38:57 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2018-12-12 14:38:57 -0600 |
commit | 295985de7ccb212cc28dd024c7e37885a805184b (patch) | |
tree | 66fb868ea0c812389850b35bd62494a222ae6a8a /README.md | |
parent | a48611aa6d51057aabece6a82377dc3c1885d9e9 (diff) | |
download | vaultwarden-295985de7ccb212cc28dd024c7e37885a805184b.tar.gz vaultwarden-295985de7ccb212cc28dd024c7e37885a805184b.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |