tpotce/docker/conpot_kamstrup/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

19 lines
381 B
YAML

version: '2.1a'
networks:
conpot_kamstrup_local:
services:
# Conpot service using Kamstrup Template
conpot_kamstrup:
container_name: conpot_kamstrup
restart: always
networks:
- conpot_kamstrup_local
ports:
- "1025:1025"
- "50100:50100"
image: "dtagdevsec/conpot:1710"
volumes:
- /data/conpot_kamstrup/log:/var/log/conpot_kamstrup