From 91eb8a74717a85acbf0b9de0679f36e3a379e57e Mon Sep 17 00:00:00 2001 From: lanath Date: Mon, 30 Dec 2024 09:00:08 +0100 Subject: [PATCH] fix(clearndr): fix arkime container not mounting the suricata fpc folder --- data/clearndr/utils/utils.compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/clearndr/utils/utils.compose.yaml b/data/clearndr/utils/utils.compose.yaml index 14145f4..3b44058 100644 --- a/data/clearndr/utils/utils.compose.yaml +++ b/data/clearndr/utils/utils.compose.yaml @@ -34,6 +34,7 @@ services: retries: 3 volumes: - {{ .Release.location }}/containers-data/suricata/logs:/suricata-logs:ro + - {{ .Release.location }}/containers-data/fpc:/suricata-logs/fpc:ro - {{ .Release.location }}/containers-data/arkime/logs:/opt/arkime/logs - arkime-pcap:/opt/arkime/raw {{- if or .Values.global.exposePorts .Values.arkime.openPort }}