mount repo dir in container same as defined on host

This commit is contained in:
m0duspwnens
2022-01-26 13:42:56 -05:00
parent e77648c475
commit c80adc0430
2 changed files with 3 additions and 4 deletions

View File

@@ -326,7 +326,7 @@ so-elasticsearch:
{% endif %}
{% if ESCONFIG.path.get('repo', False) %}
{% for repo in ESCONFIG.path.repo %}
- /nsm/elasticsearch/repo{{ repo }}:{{ repo }}:rw
- {{ repo }}:{{ repo }}:rw
{% endfor %}
{% endif %}
- watch: