-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert docker script to unversioned apoc
- Loading branch information
Marius Conjeaud
committed
Oct 31, 2023
1 parent
764af24
commit 2dbf738
Showing
1 changed file
with
8 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,8 @@ | ||
if [ $1 = "4.4*" ]; then | ||
docker run \ | ||
--name neo4j \ | ||
-p7474:7474 -p7687:7687 \ | ||
-d \ | ||
--env NEO4J_AUTH=neo4j/foobarbaz \ | ||
--env NEO4J_ACCEPT_LICENSE_AGREEMENT=yes \ | ||
--env NEO4JLABS_PLUGINS='["apoc-4.4.0.23-all"]' \ | ||
neo4j:$1 | ||
else | ||
docker run \ | ||
--name neo4j \ | ||
-p7474:7474 -p7687:7687 \ | ||
-d \ | ||
--env NEO4J_AUTH=neo4j/foobarbaz \ | ||
--env NEO4J_ACCEPT_LICENSE_AGREEMENT=yes \ | ||
--env NEO4JLABS_PLUGINS='["apoc"]' \ | ||
neo4j:$1 | ||
|
||
fi | ||
docker run \ | ||
--name neo4j \ | ||
-p7474:7474 -p7687:7687 \ | ||
-d \ | ||
--env NEO4J_AUTH=neo4j/foobarbaz \ | ||
--env NEO4J_ACCEPT_LICENSE_AGREEMENT=yes \ | ||
--env NEO4JLABS_PLUGINS='["apoc"]' \ | ||
neo4j:$1 |