updated Neo4j documentation to better reflect the lastest links and features#2633
Merged
tianon merged 3 commits intodocker-library:masterfrom Mar 18, 2026
Merged
updated Neo4j documentation to better reflect the lastest links and features#2633tianon merged 3 commits intodocker-library:masterfrom
tianon merged 3 commits intodocker-library:masterfrom
Conversation
osmanis
reviewed
Oct 22, 2025
88a6d3e to
e4ab7ac
Compare
tianon
reviewed
Oct 22, 2025
neo4j/content.md
Outdated
| This binds two ports (`7474` and `7687`) for HTTP and Bolt access to the Neo4j API. A volume is bound to `/data` to allow the database to be persisted outside the container. | ||
|
|
||
| By default, this requires you to login with `neo4j/neo4j` and change the password. You can, for development purposes, disable authentication by passing `--env=NEO4J_AUTH=none` to docker run. | ||
| Once running, you can use the Neo4j Aura console which includes graph tools for visualizations, data exploration, and monitoring for free. No subscription is required. Simply create a self-managed instance and connect to http://localhost:7474. Alternatively, you can use the Neo4j Browser, a web-based user interface for interacting with Neo4j that is included with the Neo4j installation. To access the Neo4j Browser, open a web browser and navigate to http://localhost:7474. |
Member
There was a problem hiding this comment.
Is it intentional that both URLs in this paragraph are to the same place? The text seems to describe two different things, but maybe I'm just misreading it? 🤔
Closed
osmanis
reviewed
Oct 23, 2025
da82dc0 to
58d1272
Compare
58d1272 to
340a279
Compare
05dfe20 to
37f6027
Compare
tianon
approved these changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We'd like to update the Neo4j documentation a little.
This is a small reworking of @osmanis PR #2631
Thank you!