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.

paras301
Node
since ‎05-25-2021
‎06-01-2022

User Statistics

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

User Activity

I am trying to refer to this link of documentation: Cypher init script - APOC Documentation This is my docker command: docker run --rm \ --env NEO4J_AUTH="neo4j/test" \ --env NEO4JLABS_PLUGINS='["apoc"]' \ --env NEO4J_apoc_export_file_enabled="true" ...