mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 19:58:52 +00:00
15 lines
263 B
YAML
15 lines
263 B
YAML
![]() |
# T-Pot (Standard)
|
||
|
# For docker-compose ...
|
||
|
version: '2.2'
|
||
|
|
||
|
services:
|
||
|
|
||
|
# Wetty service
|
||
|
wetty:
|
||
|
container_name: wetty
|
||
|
restart: always
|
||
|
network_mode: "host"
|
||
|
env_file:
|
||
|
- /opt/tpot/etc/compose/wetty_environment
|
||
|
image: "dtagdevsec/wetty:1710"
|