MikeThomsen commented on pull request #5301:
URL: https://github.com/apache/nifi/pull/5301#issuecomment-896244875


   Docker commands for setting up the integration testing:
   
   ```
   docker run --name neo4j_3 -p 7687:7687 -p 7474:7474 neo4j:3.5.22
   ```
   
   ```
   docker run --name neo4j_4 -p 7687:7687 -p 7474:7474 neo4j:4.3.2
   ```
   
   In both cases, hit [localhost:7474](http://localhost:7474) and do an initial 
login and change the `neo4j` account's password to `testing1234`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to