mirror of
https://github.com/outbackdingo/nDPId.git
synced 2026-01-27 18:19:39 +00:00
12 lines
240 B
YAML
12 lines
240 B
YAML
services:
|
|
ndpid:
|
|
build: .
|
|
image: ndpid:latest
|
|
network_mode: "host"
|
|
entrypoint: "/bin/bash"
|
|
command: -c "
|
|
/root/nDPIsrvd -d ;
|
|
/root/nDPId -d ;
|
|
/root/nDPIsrvd-kafka -b 124.219.108.6:9092 -t events -s"
|
|
|