11 lines
305 B
YAML
11 lines
305 B
YAML
services:
|
|
modsecurity:
|
|
image: owasp/modsecurity-crs:apache-alpine
|
|
container_name: modsecurity
|
|
restart: always
|
|
environment:
|
|
BACKEND: "http://localhost:3333" # TODO: CHANGE THIS TO SURICATA'S PORT COS INLINE
|
|
SERVER_NAME: "localhost"
|
|
PORT: "3331"
|
|
network_mode: "host"
|