mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
16 lines
264 B
YAML
16 lines
264 B
YAML
version: '2.3'
|
|
|
|
services:
|
|
|
|
# P0f service
|
|
p0f:
|
|
build: .
|
|
container_name: p0f
|
|
restart: always
|
|
# cpu_count: 1
|
|
# cpus: 0.75
|
|
network_mode: "host"
|
|
image: "dtagdevsec/p0f:2204"
|
|
read_only: true
|
|
volumes:
|
|
- /data/p0f/log:/var/log/p0f
|