Skip to content

Commit 0992d36

Browse files
authored
1 parent b6021a1 commit 0992d36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/ROOT/pages/docker/docker-compose-standalone.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ secrets:
8787
file: ./neo4j_auth.txt # <5>
8888
----
8989
<1> Mount the _/$HOME/neo4j/<..>:_ directories to local directories on your host machine to store logs, configuration, data, and plugins.
90-
<2> Path to the file where the value for the `NEO4J_AUTH` environment variable can be found.
90+
<2> Path to the secret (`neo4j_auth_file`) containing the `neo4j` username and password.
91+
The secret value is read from the file specified in the `file` attribute of the `neo4j_auth_file` secret.
92+
Multiple secrets can be defined in the `secrets` section of the `neo4j` service.
93+
Secrets only support environment variables starting with `NEO4J_` and ending with `_FILE`.
9194
<3> The name of the secret, for example `neo4j_auth_file`.
9295
<4> Path to the _neo4j_auth.txt_ file.
9396
<5> The name of the secret in the `neo4j` service.

0 commit comments

Comments
 (0)