mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-24 07:55:33 +01:00
Allow additional docker parameters
This commit is contained in:
@@ -28,7 +28,7 @@ so-kibana:
|
||||
{% if DOCKER.containers['so-kibana'].extra_env %}
|
||||
{% for XTRAENV in DOCKER.containers['so-kibana'].extra_env %}
|
||||
- {{ XTRAENV }}
|
||||
{% enfor %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
- extra_hosts:
|
||||
- {{ GLOBALS.manager }}:{{ GLOBALS.manager_ip }}
|
||||
|
||||
Reference in New Issue
Block a user