aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoritr6 <[email protected]>2018-12-12 14:38:23 -0600
committerGitHub <[email protected]>2018-12-12 14:38:23 -0600
commita48611aa6d51057aabece6a82377dc3c1885d9e9 (patch)
treee8fe079c4e3f584ec7440a43a4d788c470915c62 /README.md
parent6990525e8a4399c848cabfc99bbd2e761b806b95 (diff)
downloadvaultwarden-a48611aa6d51057aabece6a82377dc3c1885d9e9.tar.gz
vaultwarden-a48611aa6d51057aabece6a82377dc3c1885d9e9.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 305ad36f..b9680b20 100644
--- a/README.md
+++ b/README.md
@@ -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: