MikeThomsen edited a comment on issue #3318: NiFi-5537 Add Cypher Bundle
URL: https://github.com/apache/nifi/pull/3318#issuecomment-498057824
 
 
   Docker Compose configuration that I use:
   
   ```
   version: "3"
   services:
     janus:
       image: mikerthomsen/janusgraph-opencypher
       container_name: janusgraph
       ports:
         - 8182:8182
     neo4j:
       image: neo4j:3.5.5
       container_name: neo4j
       ports:
         - 7474:7474
         - 7687:7687
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to