mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-11 10:49:07 +00:00
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:
parent
c608506213
commit
2f52bf81cd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue