thedocks/ntopng/arm64/compose.yml
2025-02-25 14:44:53 +00:00

12 lines
259 B
YAML

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: {}