You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
230 B
11 lines
230 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: snort_web_1
|
|
APP_PORT: 80
|
|
|
|
web:
|
|
image: voidic/snort:v0.1.19@sha256:3bf8845a49c5ddc185be8121a35cf961e55537b780531e72a852e41ce658b1eb
|
|
init: true
|
|
|