mirror of
https://github.com/Lanakod-Networks/snort-docker.git
synced 2025-07-04 13:26:38 +03:00
11 lines
208 B
YAML
11 lines
208 B
YAML
name: snort
|
|
services:
|
|
snort:
|
|
restart: always
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: ./
|
|
volumes:
|
|
- snort:/usr/local/etc/snort
|
|
volumes:
|
|
snort: |