tpotce/docker/deprecated/elasticpot.old/docker-compose.yml
2020-06-25 16:14:37 +00:00

20 lines
348 B
YAML

version: '2.3'
networks:
elasticpot_local:
services:
# Elasticpot service
elasticpot:
build: .
container_name: elasticpot
restart: always
networks:
- elasticpot_local
ports:
- "9200:9200"
image: "dtagdevsec/elasticpot:2006"
read_only: true
volumes:
- /data/elasticpot/log:/opt/ElasticpotPY/log