mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 20:36:12 +02:00
update docker file to reflect change on acquisitions (#834)
* update docker file to reflect change on acquisitions * generic --dsn approach Co-authored-by: he2ss <he2ss>
This commit is contained in:
parent
3994aec7fe
commit
42bc31cf23
2 changed files with 4 additions and 7 deletions
|
@ -45,12 +45,10 @@ ARGS=""
|
|||
if [ "$CONFIG_FILE" != "" ]; then
|
||||
ARGS="-c $CONFIG_FILE"
|
||||
fi
|
||||
if [ "$FILE_PATH" != "" ]; then
|
||||
ARGS="$ARGS -file $FILE"
|
||||
fi
|
||||
if [ "$JOURNALCTL_FILTER" != "" ]; then
|
||||
ARGS="$ARGS -jfilter $JOURNALCTL_FILTER"
|
||||
if [ "$DSN" != "" ]; then
|
||||
ARGS="$ARGS -dsn ${DSN}"
|
||||
fi
|
||||
|
||||
if [ "$TYPE" != "" ]; then
|
||||
ARGS="$ARGS -type $TYPE"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue