mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking, persistence
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# T-Pot #
|
||||
# ELK upstart script #
|
||||
# #
|
||||
# v16.03.3 by mo, DTAG, 2016-02-08 #
|
||||
# v16.03.4 by mo, DTAG, 2016-03-04 #
|
||||
########################################################
|
||||
|
||||
description "ELK"
|
||||
@ -16,6 +16,7 @@ pre-start script
|
||||
if [ "$myCID" != "" ];
|
||||
then docker rm -v $myCID;
|
||||
fi
|
||||
# ELK data will be kept for <= 90 days, check /etc/crontab for curator modification
|
||||
end script
|
||||
script
|
||||
/usr/bin/docker run --name=elk -v /data:/data -p 127.0.0.1:64296:8080 --rm=true dtagdevsec/elk:latest1603
|
||||
|
||||
Reference in New Issue
Block a user