Skip to content

Instantly share code, notes, and snippets.

@khayyamsaleem
Last active June 18, 2020 16:20
Show Gist options
  • Save khayyamsaleem/e69f07ff312e0bb9c29582e93d30c508 to your computer and use it in GitHub Desktop.
Save khayyamsaleem/e69f07ff312e0bb9c29582e93d30c508 to your computer and use it in GitHub Desktop.
setup for Neo4j
version: '3'
services:
neo4j:
image: neo4j
ports:
- "7687:7687"
- "7474:7474"
environment:
NEO4J_AUTH: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment