mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
include docker repos
... skip emobility since it is a dev repo
This commit is contained in:
20
docker/rdpy/docker-compose.yml
Normal file
20
docker/rdpy/docker-compose.yml
Normal file
@ -0,0 +1,20 @@
|
||||
# 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:1706"
|
||||
volumes:
|
||||
- /data/rdpy/log:/var/log/rdpy
|
Reference in New Issue
Block a user