How to run Neo4j?
This page explains how to run a neo4j instance inside docker. For any additional information please refer to the [neo4j documentation](https://neo4j.com/docs/getting-started/)
Last updated
This page explains how to run a neo4j instance inside docker. For any additional information please refer to the [neo4j documentation](https://neo4j.com/docs/getting-started/)
Last updated
1. enrich the services
section of the docker-compose.yml
of the page, with the following neo4j service:
make sure not to forget the (NEO4J_PLUGINS: '["apoc"]'
).
2. enrich the volumes
section of the docker-compose.yml
of the page, with the following neo4j volumes:
3. Start the neo4j
service using:
install with , follow installation instructions found
and save your password for later
if the installer notifies you of any ports modification, check the and save the server.bolt.listen_address
for later
make sure to install the
Additional options to install neo4j are .