mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
12 lines
279 B
YAML
12 lines
279 B
YAML
snort:
|
|
image: vimagick/snort
|
|
command: -q -c /etc/snort/snort.conf -A fast -y -i eth0
|
|
volumes:
|
|
- ./data/snort.conf:/etc/snort/snort.conf
|
|
- ./data/rules:/etc/snort/rules
|
|
- ./data/log:/var/log/snort
|
|
cap_add:
|
|
- NET_ADMIN
|
|
net: host
|
|
restart: unless-stopped
|