blob: b0b0a232c15ccd213c1d7c45f21bc097827075a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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"
|