Update elk.conf

Change forwarded port to 8080, so the local tunnel port can be high port an by that is forced to 8080 also
This commit is contained in:
t3chn0m4g3 2015-02-20 21:53:59 +01:00
parent c608506213
commit 2f52bf81cd

View file

@ -2,7 +2,7 @@
# T-Pot Community Edition #
# ELK upstart script #
# #
# v0.51 by mo, DTAG, 2015-01-28 #
# v0.52 by mo, DTAG, 2015-02-20 #
########################################################
description "ELK"
@ -20,5 +20,5 @@ end script
script
# Delayed start to avoid rapid respawning
sleep $(((RANDOM % 5)+5))
/usr/bin/docker run --name=elk --volumes-from ews --volumes-from suricata -v /data/elk/:/data/elk/ -p 127.0.0.1:64296:80 --rm=true dtagdevsec/elk
/usr/bin/docker run --name=elk --volumes-from ews --volumes-from suricata -v /data/elk/:/data/elk/ -p 127.0.0.1:64296:8080 --rm=true dtagdevsec/elk
end script