From 792142a6f1f5d83d9e2ac0d5a7e8ef6be4fe3dcd Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Thu, 11 Feb 2016 18:52:45 +0100 Subject: [PATCH] update for elasticpotpy --- installer/data/upstart/elasticpot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/upstart/elasticpot.conf b/installer/data/upstart/elasticpot.conf index 2d9e6742..a55d8c9c 100644 --- a/installer/data/upstart/elasticpot.conf +++ b/installer/data/upstart/elasticpot.conf @@ -23,7 +23,7 @@ pre-start script chown tpot:tpot /data/elasticpot -R end script script - /usr/bin/docker run --name elasticpot --rm=true -v /data/elasticpot:/data/elasticpot -v /data/ews:/data/ews -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:9200 dtagdevsec/elasticpot:latest1603 end script post-start script # Delay next start to avoid rapid respawning