mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
update elasticpot upstart script
This commit is contained in:
parent
d4aa333e6f
commit
3f51fe8d67
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue