mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
fix path
This commit is contained in:
parent
0e7563da17
commit
51e8dc1aca
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue