mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-14 12:29:15 +00:00
19 lines
346 B
YAML
19 lines
346 B
YAML
![]() |
version: '2.1a'
|
||
|
|
||
|
networks:
|
||
|
conpot_IEC104_local:
|
||
|
|
||
|
services:
|
||
|
|
||
|
# Conpot service using IEC104 Template
|
||
|
conpot_IEC104:
|
||
|
container_name: conpot_IEC104
|
||
|
restart: always
|
||
|
networks:
|
||
|
- conpot_IEC104_local
|
||
|
ports:
|
||
|
- "2404:2404"
|
||
|
image: "dtagdevsec/conpot:1710"
|
||
|
volumes:
|
||
|
- /data/conpot_IEC104/log:/var/log/conpot_IEC104
|