diff options
author | Macauley Cheng <macauley_cheng@accton.com> | 2022-12-21 17:32:40 +0800 |
---|---|---|
committer | Toni <matzeton@googlemail.com> | 2023-01-09 21:13:53 +0100 |
commit | afe873c0de8307e65bfecf70f12869e7a6865d93 (patch) | |
tree | 2c10f9fee52e6afac006a9c6757e4ad2cec822b4 | |
parent | 3dcc13b052a0d028f5e825fc4e4e72ddb01355e6 (diff) |
Delete 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" - |