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

Can't overwrite configuration #95

Closed
yaniveliash opened this issue Jun 26, 2017 · 1 comment
Closed

Can't overwrite configuration #95

yaniveliash opened this issue Jun 26, 2017 · 1 comment

Comments

@yaniveliash
Copy link

yaniveliash commented Jun 26, 2017

When running a new container and passing the configuration file (-v neo4j.conf:/var/lib/neo4j/conf/neo4j.conf) will result in overwriting my changes and reverting back to default.

Trying to play "smartass" and setting the file as read only will result in neo4j container restarting complaining that the file is read only.

Using the default neo4j:3.1.2 image from dockerhub
And tried also with neo4j:3.2.1 as well - same issue.

@yaniveliash
Copy link
Author

I checked the entry-point file in the dockerbuild and found out that /conf is being copied to /var/lib/neo4j/conf - so I've mounted my configuration file at /conf and that solved the issue.

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

No branches or pull requests

1 participant