[mod] ntopng arm
This commit is contained in:
parent
3ec0e0bba1
commit
7feff04d82
1 changed files with 12 additions and 0 deletions
12
ntopng/arm64/compose.yml
Normal file
12
ntopng/arm64/compose.yml
Normal file
|
@ -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: {}
|
Loading…
Add table
Reference in a new issue