Page History
Code Block | ||
---|---|---|
| ||
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
...