mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
13 lines
319 B
YAML
13 lines
319 B
YAML
snort:
|
|
image: vimagick/snort
|
|
command: -q -c /etc/snort/snort.conf -y -i eth0
|
|
volumes:
|
|
- ./data/snort.conf:/etc/snort/snort.conf
|
|
- ./data/u2json.conf:/etc/snort/u2json.conf
|
|
- ./data/rules:/etc/snort/rules
|
|
- ./data/log:/var/log/snort
|
|
cap_add:
|
|
- NET_ADMIN
|
|
net: host
|
|
restart: unless-stopped
|