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