tweaking, persistence

This commit is contained in:
t3chn0m4g3
2016-03-04 21:47:14 +01:00
parent a7f98902e3
commit 2d5c498860
6 changed files with 55 additions and 34 deletions

View File

@ -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