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

Fixing permission errors, fixed password bug with default user #167

Merged
merged 16 commits into from
May 10, 2019

Conversation

jennyowen
Copy link
Member

  • Stopped Neo4j from granting read/write permissions to all on mounted folders. It will still change the folder owner if the docker container is not started using the --user flag though (for backwards compatibility).
  • Improved warning messages when mounting folders.
  • Added helpful error message for when mounting folders fails, including troubleshooting tips.
  • Refactored tests and added a few new test cases I encountered

includes PR #165
Hopefully fixes:
#164
#130

As I was making changes I noticed a bug when setting passwords that occurs when running docker without --user flag. I fixed that too (hopefully).
I believe this may also solve #147 and #163

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants