You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-11-25 22:22:29 +02: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