mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
fixes and improvements
This commit is contained in:
parent
a556a193f7
commit
fcbb2952d3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Restart=always
|
|||
ExecStartPre=-/usr/bin/docker stop elasticpot
|
||||
ExecStartPre=-/usr/bin/docker rm -v elasticpot
|
||||
ExecStartPre=/bin/bash -c '/usr/bin/clean.sh elasticpot off'
|
||||
ExecStart=/usr/bin/docker run --name elasticpot --rm=true -v /data/elasticpot:/data/elasticpot -v /data/ews:/data/ews -p 9200:9200 dtagdevsec/elasticpot:1706
|
||||
ExecStart=/usr/bin/docker run --name elasticpot --rm=true -v /data/elasticpot:/data/elasticpot -v /data/ews/conf/ews.ip:/data/ews/conf/ews.ip -p 9200:9200 dtagdevsec/elasticpot:1706
|
||||
ExecStop=/usr/bin/docker stop elasticpot
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue