Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: run chown on Elasticsearch directory #55

Merged
merged 1 commit into from
Nov 28, 2018

Commits on Nov 26, 2018

  1. docker: run chown on Elasticsearch directory

    With Elasticsearch 5, proper permissions (by default for user 1000) must
    be set on the data directory on the host system.
    
    Users have consistently run the `pelias` helper script as users with a
    different UID than 1000, or the one configured in `.env` (usually root),
    so this change uses `chown` to set ownership of the Elasticsearch data
    directory.
    
    Connects #33
    orangejulius committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    434034b View commit details
    Browse the repository at this point in the history