mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-24 05:17:06 +02:00
7 lines
100 B
YAML
7 lines
100 B
YAML
|
bro:
|
||
|
image: vimagick/bro
|
||
|
command: bro -i eth0
|
||
|
volumes:
|
||
|
- ./logs:/opt/bro/logs
|
||
|
net: host
|