mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 19:58:52 +00:00
20 lines
309 B
YAML
20 lines
309 B
YAML
# T-Pot (Standard)
|
|
# For docker-compose ...
|
|
version: '2.1'
|
|
|
|
networks:
|
|
rdpy_local:
|
|
|
|
services:
|
|
|
|
# Rdpy service
|
|
rdpy:
|
|
container_name: rdpy
|
|
restart: always
|
|
networks:
|
|
- rdpy_local
|
|
ports:
|
|
- "3389:3389"
|
|
image: "dtagdevsec/rdpy:1710"
|
|
volumes:
|
|
- /data/rdpy/log:/var/log/rdpy
|