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