From 7feff04d82d0935b00198d8cbec0d399bd97fd7a Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Tue, 25 Feb 2025 14:44:53 +0000 Subject: [PATCH] [mod] ntopng arm --- ntopng/arm64/compose.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ntopng/arm64/compose.yml diff --git a/ntopng/arm64/compose.yml b/ntopng/arm64/compose.yml new file mode 100644 index 0000000..593c205 --- /dev/null +++ b/ntopng/arm64/compose.yml @@ -0,0 +1,12 @@ +services: + ntopng_arm64.dev: + stdin_open: true + tty: true + ports: + - 3333:3000 +# volumes: +# - $(pwd)/ntopng.license:/etc/ntopng.license:ro + network_mode: host + image: ntop/ntopng_arm64.dev:latest + command: -i eth0 +networks: {}