Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 328 Bytes

seq.md

File metadata and controls

20 lines (14 loc) · 328 Bytes

Seq - The self-hosted search, analysis, and alerting server

Official website

Docker compose

version: "2.0"

services:
  seq:
    image: datalust/seq:latest
    volumes:
      - /datadrive:/data
    environment:
      - ACCEPT_EULA=Y
      - BASE_URI=https://seq.dptsprotrans.com