Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB Browser only listening on 127.0.0.1 #599

Closed
chlsmith opened this issue Mar 26, 2024 · 1 comment · Fixed by #601
Closed

DB Browser only listening on 127.0.0.1 #599

chlsmith opened this issue Mar 26, 2024 · 1 comment · Fixed by #601
Assignees

Comments

@chlsmith
Copy link

I'm trying to run the FalkorDB container with both the db and the browser exposed to the network. The browser shows that it's running on 127.0.0.1:3000, but I believe it needs to be on 0.0.0.0:3000 so I can connect to the port remotely.

How can I configure it to run this way? I see the BROWSER flag is set to 1 and it does respond locally within the container, but I cannot connect to it from anywhere else on port 3000.

@dudizimber
Copy link
Contributor

@chlsmith How are you running the container?
Can you try the following command, please?
docker run -p 6379:6379 3000:3000 falkordb/falkordb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants