diff options
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index b0b0a232c..000000000 --- a/docker-compose.yml +++ /dev/null @@ -1,11 +0,0 @@ -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" - |