Skip to content

Commit

Permalink
Add neo4j connect instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed Apr 17, 2020
1 parent 5ea9789 commit 9d10db8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wifi-fun/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,13 @@ services:
- ./data/container_data/mongodb:/data/db

neo4j:
# *-----------------------------*
# To connect to the CLI:
# docker exec -it neo4j cypher-shell -u neo4j -p connect
#
# To connect to the web UI:
# http://localhost:7474 login neo4j/connect
# *-----------------------------*
image: neo4j:3.5-enterprise
container_name: neo4j
hostname: neo4j
Expand Down

0 comments on commit 9d10db8

Please sign in to comment.