Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
themeEmacs
version: '2'
services:
  neo4j:
    image: bitnami/neo4j:latest    
    ports:
      - '7474:7474'
      - '7473:7473'
      - '7687:7687'

docker pull bitnami/neo4j:latest


image : https://github.com/bitnami/bitnami-docker-neo4j

...