mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
start working on fatt
This commit is contained in:
17
docker/fatt/docker-compose.yml
Normal file
17
docker/fatt/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user