mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
19 lines
303 B
YAML
19 lines
303 B
YAML
version: '2.1'
|
|
|
|
networks:
|
|
conpot_local:
|
|
|
|
services:
|
|
|
|
# Conpot service
|
|
conpot:
|
|
container_name: conpot
|
|
restart: always
|
|
networks:
|
|
- conpot_local
|
|
ports:
|
|
- "1025:1025"
|
|
- "50100:50100"
|
|
image: "dtagdevsec/conpot:1706"
|
|
volumes:
|
|
- /data/conpot/log:/var/log/conpot
|