1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00

update ntopng

This commit is contained in:
kev 2019-05-28 07:32:18 +08:00
parent 0447779f26
commit 528f438ce9

@ -4,7 +4,7 @@ services:
ntopng: ntopng:
image: vimagick/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: volumes:
- ./data/ntop:/var/lib/ntopng - ./data/ntop:/var/lib/ntopng
network_mode: host network_mode: host