From 8aa3fea718f4e4d05acd8c3a3f4416b041c7a586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 31 Oct 2018 17:44:56 +0100 Subject: [PATCH] Expose neo4j-browser ports This helps developers to access the neo4j database from the browser. Visit http://localhost:7474/ to see it in action. --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index c995c672b..6110ceba4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,6 +19,9 @@ services: - MOCK=false neo4j: + ports: + - 7687:7687 + - 7474:7474 build: context: . dockerfile: Dockerfile.neo4j