Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade neo4j to 4.0.6 #33

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

upgrade neo4j to 4.0.6 #33

wants to merge 3 commits into from

Conversation

dhimmel
Copy link
Member

@dhimmel dhimmel commented Jun 20, 2020

refs #32

work in progress

@dhimmel
Copy link
Member Author

dhimmel commented Jun 20, 2020

Running into an error when trying to run the neo4j docker locally:

docker run \
  --name=hetionet-container \
  --rm \
  --publish=7474:7474 \
  --publish=7687:7687 \
  --volume=$HOME/neo4j/hetionet-data:/data \
  --volume=$HOME/neo4j/hetionet-logs:/logs \
  --env NEO4J_EDITION=community \
  dhimmel/hetionet

Not retrieving database as it already exists
Not retrieving guides as they already exist
/docker-entrypoint.sh: line 243: NEO4J_EDITION: unbound variable

Looks like the error is happening in this line upstream.

Adding ENV NEO4J_EDITION=community to the Dockerfile or --env NEO4J_EDITION=community \ to the docker run command does not resolve the error.

@dhimmel dhimmel mentioned this pull request Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant