Netalert X
Git
Site
Docker Tags
YAMLservices:
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