mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +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
|