mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-04 03:49:18 +02:00
10 lines
187 B
YAML
10 lines
187 B
YAML
version: "3.8"
|
|
services:
|
|
zeek:
|
|
image: zeek/zeek:tls
|
|
command: zeek -C -i eth0
|
|
volumes:
|
|
- ./logs:/usr/local/zeek/logs
|
|
network_mode: host
|
|
restart: unless-stopped
|