mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
dnt mount under /repo in the container
This commit is contained in:
@@ -327,7 +327,7 @@ so-elasticsearch:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ESCONFIG.path.repo %}
|
{% if ESCONFIG.path.repo %}
|
||||||
{% for repo in ESCONFIG.path.repo %}
|
{% for repo in ESCONFIG.path.repo %}
|
||||||
- /nsm/elasticsearch/repo{{ repo }}:/repo/{{ repo }}:rw
|
- /nsm/elasticsearch/repo{{ repo }}:{{ repo }}:rw
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- watch:
|
- watch:
|
||||||
|
|||||||
Reference in New Issue
Block a user