mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
Include ewsposter
This commit is contained in:
parent
a9b38fcbdb
commit
7b635e9fe9
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# T-Pot #
|
# T-Pot #
|
||||||
# Glastopf upstart script #
|
# Glastopf upstart script #
|
||||||
# #
|
# #
|
||||||
# v0.04 by mo, DTAG, 2015-12-08 #
|
# v16.03.1 by mo, DTAG, 2015-12-11 #
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
description "Glastopf"
|
description "Glastopf"
|
||||||
|
@ -20,7 +20,7 @@ end script
|
||||||
script
|
script
|
||||||
# Delayed start to avoid rapid respawning
|
# Delayed start to avoid rapid respawning
|
||||||
sleep $(((RANDOM % 5)+5))
|
sleep $(((RANDOM % 5)+5))
|
||||||
/usr/bin/docker run --name glastopf --rm=true -v /data:/data -p 80:80 dtagdevsec/glastopf:latest1603
|
/usr/bin/docker run --name glastopf --rm=true -v /data/ews:/data/ews -p 80:80 dtagdevsec/glastopf:latest1603
|
||||||
end script
|
end script
|
||||||
post-start script
|
post-start script
|
||||||
sleep $(((RANDOM % 5)+5))
|
sleep $(((RANDOM % 5)+5))
|
||||||
|
|
Loading…
Reference in a new issue