Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Add NEO4JLABS_PLUGINS to Docker developer guide #246

Open
adam-cowley opened this issue Jul 15, 2020 · 0 comments
Open

Add NEO4JLABS_PLUGINS to Docker developer guide #246

adam-cowley opened this issue Jul 15, 2020 · 0 comments

Comments

@adam-cowley
Copy link
Collaborator

docker run \
    --name testneo4j \
    -p7474:7474 -p7687:7687 \
    -d \
    -v $HOME/neo4j/data:/data \
    -v $HOME/neo4j/logs:/logs \
    -v $HOME/neo4j/import:/var/lib/neo4j/import \
    -v $HOME/neo4j/plugins:/plugins \
    --env NEO4JLABS_PLUGINS='["apoc", "neosemantics"]' # Installs APOC and Neosemantics
    --env NEO4J_AUTH=neo4j/test \
    neo4j:latest

https://github.com/neo4j/docker-neo4j/blob/master/neo4jlabs-plugins.json

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant