Skip to content

Netalert X

Git

Site

Docker Tags

  • docker-compose.yml
YAML
services:
  netalertx:
    image: ghcr.io/jokob-sk/netalertx:latest
    container_name: netalertx
    network_mode: host
    restart: unless-stopped
    volumes:
      - ./config:/app/config
      - ./db:/app/db
    tmpfs:
      - /app/api
    environment:
      - PUID=200
      - PGID=300
      - TZ=Europe/Belgrade
      - PORT=20211