From 7b635e9fe95c20e044f7416fe05695fd52b76f39 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Fri, 11 Dec 2015 12:18:40 +0100 Subject: [PATCH] Include ewsposter --- installer/upstart/glastopf.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/upstart/glastopf.conf b/installer/upstart/glastopf.conf index 2cb19703..5ab21847 100644 --- a/installer/upstart/glastopf.conf +++ b/installer/upstart/glastopf.conf @@ -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))