diff options
author | itr6 <[email protected]> | 2018-12-12 14:38:23 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2018-12-12 14:38:23 -0600 |
commit | a48611aa6d51057aabece6a82377dc3c1885d9e9 (patch) | |
tree | e8fe079c4e3f584ec7440a43a4d788c470915c62 /README.md | |
parent | 6990525e8a4399c848cabfc99bbd2e761b806b95 (diff) | |
download | vaultwarden-a48611aa6d51057aabece6a82377dc3c1885d9e9.tar.gz vaultwarden-a48611aa6d51057aabece6a82377dc3c1885d9e9.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 -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: logging: |