thedocks/ntopng/arm64/compose.yml

13 lines
259 B
YAML
Raw Normal View History

2025-02-25 14:44:53 +00:00
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: {}