diff --git a/installer/etc/tpot/compose/all.yml b/installer/etc/tpot/compose/all.yml index 25a6284b..58a48e1a 100644 --- a/installer/etc/tpot/compose/all.yml +++ b/installer/etc/tpot/compose/all.yml @@ -96,7 +96,7 @@ services: - "9200:9200" image: "dtagdevsec/elasticpot:1706" volumes: - - /data/elasticpot/log/elasticpot.log:/opt/ElasticpotPY/elasticpot.log + - /data/elasticpot/log:/opt/ElasticpotPY/log # ELK services ## Elasticsearch service diff --git a/installer/etc/tpot/compose/hp.yml b/installer/etc/tpot/compose/hp.yml index 07bacf8f..464c5bdf 100644 --- a/installer/etc/tpot/compose/hp.yml +++ b/installer/etc/tpot/compose/hp.yml @@ -79,7 +79,7 @@ services: - "9200:9200" image: "dtagdevsec/elasticpot:1706" volumes: - - /data/elasticpot/log/elasticpot.log:/opt/ElasticpotPY/elasticpot.log + - /data/elasticpot/log:/opt/ElasticpotPY/log # Ewsposter service ewsposter: diff --git a/installer/etc/tpot/compose/tpot.yml b/installer/etc/tpot/compose/tpot.yml index 8f51ade6..2ca69c49 100644 --- a/installer/etc/tpot/compose/tpot.yml +++ b/installer/etc/tpot/compose/tpot.yml @@ -81,7 +81,7 @@ services: - "9200:9200" image: "dtagdevsec/elasticpot:1706" volumes: - - /data/elasticpot/log/elasticpot.log:/opt/ElasticpotPY/elasticpot.log + - /data/elasticpot/log:/opt/ElasticpotPY/log # ELK services ## Elasticsearch service