start work on ciscoasa honeypot

This commit is contained in:
Marco Ochse
2018-02-20 17:40:34 +00:00
parent ed159349ce
commit 2f063b28c0
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# 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"