Specify journalctl support (#1272)

Journalctl is only supported from the debian container.
This commit is contained in:
Andreas Krüger 2022-02-18 17:11:41 +01:00 committed by GitHub
parent fb74b2fda7
commit 75ba0e2bfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@ crowdsec will use Alpine as default container. A debian container is also availa
## Required configuration
### Journalctl
To use journalctl as log stream, eventually from the `DSN` environment variable, it's important that you mount the journal log from the host to the container it self.
### Journalctl (only for debian image)
To use journalctl (only for debian image) as log stream, eventually from the `DSN` environment variable, it's important that you mount the journal log from the host to the container it self.
This can be done by adding the following volume mount to your docker command:
```