tpotce/docker/conpot_default/docker-compose.yml
UncleRaymondo ddb1e61ae5 Update to Conpot x 4 Templates in Parallel
Update to allow 4 x Conpot Templates in Parallel, along with all other changes required to build each in its own container as well as IPTables reconfiguration.
2018-03-09 18:17:00 +11:00

20 lines
404 B
YAML

version: '2.1a'
networks:
conpot_default_local:
services:
# Conpot service using Default Siemens S7-200 Template
conpot_default:
container_name: conpot_default
restart: always
networks:
- conpot_default_local
ports:
- "102:102"
- "502:502"
- "161:161/udp"
image: "dtagdevsec/conpot:1710"
volumes:
- /data/conpot_default/log:/var/log/conpot_default