admin管理员组

文章数量:1334680

I am running my neo4j with docker container.

I can get everything to run no problem.

But I want to use the browser to connect but not sure what to put in the Connect URL.

I am using the default ports 8787. I try put bolt+s://xxx.xxx.xxx.xxx:8787 not working. How can I resolve this?

I am running my neo4j with docker container.

I can get everything to run no problem.

But I want to use the browser to connect but not sure what to put in the Connect URL.

I am using the default ports 8787. I try put bolt+s://xxx.xxx.xxx.xxx:8787 not working. How can I resolve this?

Share Improve this question edited Nov 20, 2024 at 15:17 jonrsharpe 122k30 gold badges267 silver badges474 bronze badges asked Nov 20, 2024 at 15:14 sooonsooon 4,8888 gold badges71 silver badges124 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Assuming you have docker running locally, then you would use

bolt://localhost:7687

FYI- bolt+s would be used if you've configure SSL support.

本文标签: How to connect to neo4j via browserStack Overflow