mirror of
https://github.com/Lanakod-Networks/snort-docker.git
synced 2025-07-04 13:26:38 +03:00
26 lines
562 B
YAML
26 lines
562 B
YAML
name: snort
|
|
services:
|
|
snort:
|
|
restart: always
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: ./
|
|
volumes:
|
|
- ./snort-conf:/usr/local/etc/snort
|
|
- ./snort-rules.txt:/usr/local/etc/rules/local.rules
|
|
ports:
|
|
- 22:22
|
|
networks:
|
|
snort_lan:
|
|
ping:
|
|
image: willfarrell/ping
|
|
environment:
|
|
HOSTNAME: snort
|
|
TIMEOUT: 10
|
|
networks:
|
|
snort_lan:
|
|
networks:
|
|
snort_lan:
|
|
driver: bridge
|
|
#volumes:
|
|
# snort: |