Skip to content

Instantly share code, notes, and snippets.

@freethejazz
Last active June 14, 2019 14:56
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freethejazz/41ea46b85bcc622c93d2 to your computer and use it in GitHub Desktop.
Save freethejazz/41ea46b85bcc622c93d2 to your computer and use it in GitHub Desktop.
Simple neo4j docker-compose
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