Specify journalctl support (#1272)
Journalctl is only supported from the debian container.
This commit is contained in:
parent
fb74b2fda7
commit
75ba0e2bfc
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ crowdsec will use Alpine as default container. A debian container is also availa
|
||||||
|
|
||||||
## Required configuration
|
## Required configuration
|
||||||
|
|
||||||
### Journalctl
|
### Journalctl (only for debian image)
|
||||||
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.
|
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:
|
This can be done by adding the following volume mount to your docker command:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue