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
234 B
11 lines
234 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: snort_web_1
|
|
APP_PORT: 80
|
|
|
|
web:
|
|
image: ghcr.io/v0l/snort:v0.1.6@sha256:758a186ebc82e687263cf415b5f092106d32ec9c06c77d40a927005e7a7179e4
|
|
init: true
|
|
|