You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/docker/mounting-volumes.adoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,10 @@ See xref:docker/security.adoc[]
76
76
See xref:monitoring/metrics/index.adoc[Metrics].
77
77
|===
78
78
79
+
Keep in mind that mounted directories are connected to Neo4j by matching internal paths.
80
+
If you build custom plugins directly into the image or want to bypass the Docker entrypoint automation in custom environments, you can explicitly override or bind the location by defining the `server.directories.plugins` setting.
81
+
Note that the configuration directory itself cannot be changed this way; it is driven entirely by the `NEO4J_CONF` environment variable.
0 commit comments