From 75ba0e2bfcbf74a07647750883f8a0e3d0fc75f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BCger?= Date: Fri, 18 Feb 2022 17:11:41 +0100 Subject: [PATCH] Specify journalctl support (#1272) Journalctl is only supported from the debian container. --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index b3b5d3d6e..e2a4faf0e 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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: ```