Skip to content

Commit

Permalink
updated nfcapd default arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
heywoodlh committed Oct 4, 2024
1 parent 67e3afb commit 8ca1dba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nfcapd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ EXPOSE 9995

USER nfdump
ENTRYPOINT ["nfcapd"]
CMD ["-w", "-S", "2", "-l", "/flows/", "-p", "9995"]
# -l: base directory
# -p: port
# -S 2: %Y/%m/%d/%H year/month/day/hour subdir format
CMD ["-w", "/flows", "-p", "9995", "-S", "2"]

0 comments on commit 8ca1dba

Please sign in to comment.