cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

bryanhpchiang
Node
since ‎03-10-2022
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm following the getting started guide (How-To: Run Neo4j in Docker - Developer Guides) with this command: docker run \ --name testneo4j --platform linux/amd64 \ -p7474:7474 -p7687:7687 \ -d \ -v $HOME/neo4j/data:/data \ -v $HOME...