commit e66edc1ce9c3eb23523a5bf00c7cc5a92ff5bd26 parent cac7fb145b16ef6383d53bcca2781711b9fb4069 Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com> Date: Thu, 13 Dec 2018 01:07:17 +0100 Merge pull request #285 from itr6/master Add line for people using docker commands instead of docker-compose Diffstat:
M | README.md | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -427,7 +427,11 @@ 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: