Skip to content

Commit

Permalink
fix(clearndr): fix arkime container not mounting the suricata fpc folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Dec 30, 2024
1 parent 0ee9e5c commit 91eb8a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/clearndr/utils/utils.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 91eb8a7

Please sign in to comment.