include updates

This commit is contained in:
Marco Ochse
2017-04-10 20:38:22 +00:00
parent 1453e26f76
commit d54702ece8
2 changed files with 2 additions and 2 deletions

View File

@ -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/conf/ews.ip:/data/ews/conf/ews.ip -p 9200:9200 dtagdevsec/elasticpot:1706
ExecStart=/usr/bin/docker run --name elasticpot --rm=true -v /data/elasticpot:/data/elasticpot -p 9200:9200 dtagdevsec/elasticpot:1706
ExecStop=/usr/bin/docker stop elasticpot
[Install]