mirror of
https://github.com/Lanakod-Networks/snort-docker.git
synced 2025-07-04 13:26:38 +03:00
19 lines
435 B
YAML
19 lines
435 B
YAML
name: snort
|
|
services:
|
|
snort:
|
|
restart: always
|
|
cap_add:
|
|
- NET_ADMIN
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: ./
|
|
volumes:
|
|
- ./snort-conf:/usr/local/etc/snort
|
|
- ./snort.rules:/usr/local/etc/rules/local.rules
|
|
- ./logs:/var/log/snort
|
|
networks:
|
|
snort_lan:
|
|
|
|
networks:
|
|
snort_lan:
|
|
driver: bridge |