mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 19:58:52 +00:00
20 lines
270 B
YAML
20 lines
270 B
YAML
![]() |
version: '2.3'
|
||
|
|
||
|
networks:
|
||
|
snare_local:
|
||
|
|
||
|
services:
|
||
|
|
||
|
# Snare service
|
||
|
snare:
|
||
|
build: .
|
||
|
container_name: snare
|
||
|
restart: always
|
||
|
stop_signal: SIGKILL
|
||
|
tty: true
|
||
|
networks:
|
||
|
- snare_local
|
||
|
ports:
|
||
|
- "80:80"
|
||
|
image: "dtagdevsec/snare:1804"
|