mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
13 lines
197 B
YAML
13 lines
197 B
YAML
![]() |
version: '2.1'
|
||
|
|
||
|
services:
|
||
|
|
||
|
# P0f service
|
||
|
p0f:
|
||
|
container_name: p0f
|
||
|
restart: always
|
||
|
network_mode: "host"
|
||
|
image: "dtagdevsec/p0f:1710"
|
||
|
volumes:
|
||
|
- /data/p0f/log:/var/log/p0f
|