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?
1 Answer
Reset to default 0Assuming you have docker running locally, then you would use
bolt://localhost:7687
FYI- bolt+s would be used if you've configure SSL support.