mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
18 lines
287 B
YAML
18 lines
287 B
YAML
![]() |
version: '2.3'
|
||
|
|
||
|
services:
|
||
|
|
||
|
# Fatt service
|
||
|
suricata:
|
||
|
build: .
|
||
|
container_name: fatt
|
||
|
restart: always
|
||
|
network_mode: "host"
|
||
|
cap_add:
|
||
|
- NET_ADMIN
|
||
|
- SYS_NICE
|
||
|
- NET_RAW
|
||
|
image: "dtagdevsec/fatt:1903"
|
||
|
volumes:
|
||
|
- /data/fatt/log:/home/fatt/fatt/log
|