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