mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
update ntopng
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
|
||||
ntopng:
|
||||
image: vimagick/ntopng
|
||||
command: --community -d /var/lib/ntopng -i eth0 -r 127.0.0.1:6379@0 -w 0.0.0.0:3000
|
||||
command: --community -d /var/lib/ntopng -i eth0 -r 127.0.0.1:6379@0 -w 127.0.0.1:3000
|
||||
volumes:
|
||||
- ./data/ntop:/var/lib/ntopng
|
||||
network_mode: host
|
||||
|
||||
Reference in New Issue
Block a user