Skip to content
Discussion options

You must be logged in to vote

I dug into the jinja file a bit and found this:

 {% if ELASTICSEARCHMERGED.config.path.get('repo', False) %}
    {% for repo in ELASTICSEARCHMERGED.config.path.repo %}
  - {{ repo }}:{{ repo }}:rw
    {% endfor %}
  {% endif %}

So the path in the host os and the path in the docker container are expected to be the same. I created

/repo

on the host os and it's been mounted in the docker container, and I have snapshots running. I think this answers the question.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@jimhranicky
Comment options

@TOoSmOotH
Comment options

@jimhranicky
Comment options

@jimhranicky
Comment options

Answer selected by jimhranicky
@jimhranicky
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
3 participants