diff --git a/installer/upstart/elasticpot.conf b/installer/upstart/elasticpot.conf index 8cb3a459..0b3b206a 100644 --- a/installer/upstart/elasticpot.conf +++ b/installer/upstart/elasticpot.conf @@ -19,7 +19,7 @@ pre-start script # Remove any data from previous container end script script - /usr/bin/docker run --name elasticpot --rm=true -v /data/elasticpot:/data/elasticpot -p 9200:8080 dtagdevsec/elasticpot:latest1603 + /usr/bin/docker run --name elasticpot --rm=true -v /data/elasticpot:/data/elasticpot -v /data/ews:/data/ews -p 9200:8080 dtagdevsec/elasticpot:latest1603 end script post-start script # Delay next start to avoid rapid respawning