Use untagged netflow2ng image and drop --tlv flag
This commit is contained in:
parent
6921b62c6b
commit
577fa38366
1 changed files with 1 additions and 2 deletions
|
|
@ -501,7 +501,7 @@
|
|||
};
|
||||
containers.netflow2ng = {
|
||||
# Note: The image will not be updated on rebuilds, unless the version label changes
|
||||
image = "synfinatic/netflow2ng:v0.1.0";
|
||||
image = "synfinatic/netflow2ng";
|
||||
cmd = [
|
||||
"-a"
|
||||
"0.0.0.0:2055"
|
||||
|
|
@ -509,7 +509,6 @@
|
|||
"0.0.0.0:8181"
|
||||
"-z"
|
||||
"tcp://127.0.0.1:5556"
|
||||
"--tlv"
|
||||
];
|
||||
extraOptions = [
|
||||
"--network=host"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue