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
231 B
11 lines
231 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: snort_web_1
|
|
APP_PORT: 8080
|
|
|
|
web:
|
|
image: voidic/snort:v0.2.1@sha256:9b6f451d91dab7b561f0144d8a43f5583f65186b1dd76ae6ab937c4bf6d16ce1
|
|
init: true
|
|
|