tpotce/docker/p0f/docker-compose.yml

15 lines
277 B
YAML
Raw Normal View History

services:
# P0f service
p0f:
2018-03-29 16:21:00 +00:00
build: .
container_name: p0f
restart: always
2022-03-13 10:19:08 +00:00
# cpu_count: 1
# cpus: 0.75
network_mode: "host"
2025-03-14 11:35:30 +00:00
image: "ghcr.io/telekom-security/p0f:24.04.1"
2018-03-29 16:21:00 +00:00
read_only: true
volumes:
- $HOME/tpotce/data/p0f/log:/var/log/p0f