minor typo fix

This commit is contained in:
Jenny Owen 2019-06-11 17:15:00 +02:00 committed by GitHub
parent 427a09d5e3
commit 46275dafbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,7 @@ By default, Neo4j runs as the user `neo4j` who only exists in the container, not
We have updated the error messaging with advice about how to fix file permission errors. We also introduced writability checks and reduced the amount of file permission changes the image will perform. This has been found to interfere with some Kubernetes setups, so is currently an opt-in feature.
To enforce stricter file permissions checking you can pass this environment variable to the container:
`--env SECURE_FILE_PERMISSIONS=yes`
`--env SECURE_FILE_PERMISSIONS=yes`