From 46275dafbe20577880a3ef112da789372bd499cf Mon Sep 17 00:00:00 2001 From: Jenny Owen Date: Tue, 11 Jun 2019 17:15:00 +0200 Subject: [PATCH] minor typo fix --- neo4j/content.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neo4j/content.md b/neo4j/content.md index 89fb4ca6d..ab9de7dcf 100644 --- a/neo4j/content.md +++ b/neo4j/content.md @@ -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`