Include ewsposter

This commit is contained in:
Marco Ochse 2015-12-11 12:18:40 +01:00
parent a9b38fcbdb
commit 7b635e9fe9

View file

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