Skip to content

Commit

Permalink
fix(clearndr): removed :ro tag on arkime volumes to prevent mystical …
Browse files Browse the repository at this point in the history
…error
  • Loading branch information
lanathlor committed Dec 30, 2024
1 parent 66651b2 commit f34d006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/clearndr/utils/utils.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
timeout: 5s
retries: 3
volumes:
- {{ .Release.location }}/containers-data/suricata/logs:/suricata-logs:ro
- {{ .Release.location }}/fpc:/suricata-logs/fpc:ro
- {{ .Release.location }}/containers-data/suricata/logs:/suricata-logs
- {{ .Release.location }}/fpc:/suricata-logs/fpc
- {{ .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 f34d006

Please sign in to comment.