mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-12 12:12:59 +01:00
10 lines
145 B
Django/Jinja
10 lines
145 B
Django/Jinja
{% set docker = {
|
|
'containers': [
|
|
'so-mysql',
|
|
'so-fleet',
|
|
'so-redis',
|
|
'so-filebeat',
|
|
'so-nginx',
|
|
'so-telegraf'
|
|
]
|
|
} %} |