Last active
June 14, 2019 14:56
-
-
Save freethejazz/41ea46b85bcc622c93d2 to your computer and use it in GitHub Desktop.
Simple neo4j docker-compose
This file contains hidden or 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
neo4j: | |
image: neo4j:latest | |
ports: | |
- "7474:7474" | |
- "7687:7687" | |
environment: | |
NEO4J_AUTH: "none" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment