Skip to content

Commit

Permalink
fix(clearndr): paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Oct 25, 2024
1 parent 9f633db commit 2384575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/clearndr/sub-compose/events-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:

kibana:
build:
context: opensearch-dashboard
context: ../opensearch-dashboard
dockerfile: Dockerfile
restart: {{ .Values.globals.restartmode | default "unless-stopped" }}
configs:
Expand Down
2 changes: 1 addition & 1 deletion data/clearndr/sub-compose/utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:

arkime:
build:
context: Arkime
context: ../Arkime
dockerfile: Dockerfile.arkime
restart: ${RESTART_MODE:-no}
depends_on:
Expand Down

0 comments on commit 2384575

Please sign in to comment.