[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
29a578925f
commit
90d6c889a6
1 changed files with 1 additions and 17 deletions
18
compose.yaml
18
compose.yaml
|
|
@ -257,20 +257,4 @@ services:
|
||||||
- '--path.procfs=/host/proc'
|
- '--path.procfs=/host/proc'
|
||||||
- '--path.sysfs=/host/sys'
|
- '--path.sysfs=/host/sys'
|
||||||
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)'
|
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
ntopng:
|
|
||||||
image: ntop/ntopng:latest
|
|
||||||
container_name: ntopng
|
|
||||||
restart: unless-stopped
|
|
||||||
network_mode: host # wichtig, damit es den Traffic sieht
|
|
||||||
cap_add:
|
|
||||||
- NET_ADMIN
|
|
||||||
- NET_RAW
|
|
||||||
volumes:
|
|
||||||
- /app-config/ntopng-data:/var/lib/ntopng
|
|
||||||
command: >
|
|
||||||
-i eth0 # dein Interface (oder enp1s0, ensXX, bond0 …)
|
|
||||||
-w 0.0.0.0:3000 # Web-UI
|
|
||||||
--community # Community Edition (kostenlos)
|
|
||||||
--tlv
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue