1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-07-01 03:34:41 +02:00

Merge pull request #285 from itr6/master

Add line for people using docker commands instead of docker-compose
Dieser Commit ist enthalten in:
Daniel García 2018-12-13 01:07:17 +01:00 committet von GitHub
Commit e66edc1ce9
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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: