mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-14 04:19:14 +00:00
19 lines
380 B
YAML
19 lines
380 B
YAML
version: '2.1'
|
|
|
|
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
|