Expose neo4j-browser ports

This helps developers to access the neo4j database from the browser.
Visit http://localhost:7474/ to see it in action.
This commit is contained in:
Robert Schäfer 2018-10-31 17:44:56 +01:00
parent 431f024430
commit 8aa3fea718

View File

@ -19,6 +19,9 @@ services:
- MOCK=false
neo4j:
ports:
- 7687:7687
- 7474:7474
build:
context: .
dockerfile: Dockerfile.neo4j