Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 280 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 280 Bytes

EnoArkime

version: '3'
services:
  arkime:
    image: ghcr.io/enoflag/enoarkime:nightly
    ports:
      - 8005:8005
    volumes:
      - "./pcaps:/opt/arkime/raw"
  elasticsearch:
    image: elasticsearch:7.14.2
    environment:
      - discovery.type=single-node