Skip to content

Commit

Permalink
fix(docker): base path of arkime
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor authored and regit committed Dec 9, 2024
1 parent 8d7371c commit 82b8037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ services:
elasticsearch:
condition: service_healthy
healthcheck:
test: ['CMD', 'curl', '-f', 'http://scirius:8000/moloch']
test: ['CMD', 'curl', '-f', 'http://scirius:8000/arkime']
interval: 15s
timeout: 5s
retries: 3
Expand Down
2 changes: 1 addition & 1 deletion docker/Arkime/arkimepcapread-selks-config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[default]

# SELKS5 proxy conf for Kibana 6 dashboards scripted fields
webBasePath = /moloch/
webBasePath = /arkime/
viewHost = 0.0.0.0
authMode = anonymous
userAuthIps = 0.0.0.0/0
Expand Down

0 comments on commit 82b8037

Please sign in to comment.