cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Browser in Docker container 4.0-enterprise is confused

While using the docker container, I noticed that the

system show databases

connects to localhost while the

:dbs

conects to the remote host

4 REPLIES 4

Could you re-upload that photo/screenshot?

Just uploaded a screenshot

I'm sorry, I'm not sure I follow. I see that addresses is localhost here. How is your database set up, and what do you see with :dbs? What do you expect to see?

You're right, the list on top is from localhost. (im runing an identical setup locally)

The database is on a server using the neo4j docker image ... open ports etc.

Try this : http://54.92.212.180:7474/browser/
login is neo4j/test

I expect both these to list the same databases ... BUT:

this connects to the DB on server 54.92.212.180

:dbs

and this connects with localhost !!

show databases

Why would this happen? Is this expected behavior?