mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
18 lines
332 B
YAML
18 lines
332 B
YAML
# T-Pot (Standard)
|
|
# For docker-compose ...
|
|
version: '2.1'
|
|
|
|
services:
|
|
|
|
# Suricata service
|
|
suricata:
|
|
container_name: suricata
|
|
restart: always
|
|
network_mode: "host"
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- SYS_NICE
|
|
- NET_RAW
|
|
image: "dtagdevsec/suricata:1710"
|
|
volumes:
|
|
- /data/suricata/log:/var/log/suricata
|