mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-12 12:12:59 +01:00
7 lines
99 B
Django/Jinja
7 lines
99 B
Django/Jinja
{% set docker = {
|
|
'containers': [
|
|
'so-thehive',
|
|
'so-thehive-es',
|
|
'so-cortex'
|
|
]
|
|
} %} |