neo4j / docker-neo4j

Docker Images for the Neo4j Graph Database
Apache License 2.0
331 stars 172 forks source link

Accept NEO4J_AUTH_PATH for passwords #469

Closed mnssn closed 11 months ago

mnssn commented 11 months ago

.. to make life easier for users that want to provide the initial passwords as file-based secrets.

Usage: docker run -v "$(pwd)/mySecret:/mySecret" -e NEO4J_AUTH_PATH=/mySecret <neo4j-container>