mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 11:18:51 +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 #
|
||||
# Glastopf upstart script #
|
||||
# #
|
||||
# v0.04 by mo, DTAG, 2015-12-08 #
|
||||
# v16.03.1 by mo, DTAG, 2015-12-11 #
|
||||
########################################################
|
||||
|
||||
description "Glastopf"
|
||||
|
@ -20,7 +20,7 @@ end script
|
|||
script
|
||||
# Delayed start to avoid rapid respawning
|
||||
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
|
||||
post-start script
|
||||
sleep $(((RANDOM % 5)+5))
|
||||
|
|
Loading…
Reference in a new issue