Skip to content

Commit

Permalink
[NOID] Update the docker command to match the one in docs (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-neo4j authored Oct 27, 2023
1 parent 2584902 commit 3e809d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ This feature is intended to facilitate using APOC in development environments, b
docker run \
-p 7474:7474 -p 7687:7687 \
--name neo4j-apoc \
-e apoc.export.file.enabled=true \
-e apoc.import.file.enabled=true \
-e apoc.import.file.use_neo4j_config=true \
-e NEO4J_apoc_export_file_enabled=true \
-e NEO4J_apoc_import_file_enabled=true \
-e NEO4J_apoc_import_file_use__neo4j__config=true \
-e NEO4J_PLUGINS=\[\"apoc\"\] \
neo4j:{neo4j-version}
----
Expand Down

0 comments on commit 3e809d9

Please sign in to comment.