mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-14 12:29:15 +00:00
21 lines
424 B
YAML
21 lines
424 B
YAML
version: '2.1'
|
|
|
|
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"
|
|
- "47808:47808"
|
|
- "161:161/udp"
|
|
image: "dtagdevsec/conpot:1710"
|
|
volumes:
|
|
- /data/conpot_default/log:/var/log/conpot_default
|