odin icon indicating copy to clipboard operation
odin copied to clipboard

Ports needed to run docker/obsidian in 2 different servers

Open shuther opened this issue 2 years ago • 1 comments

I would like to install odin/memgraph in a different server vs obsidian client. Could you confirm which ports should really be opened (maybe we can tweak the docker-compose file so only the required ports get exposed?) and is it possible to specify in the odin plugin the server endpoint (vs localhost)? Today, I can't install odin because it requires ports already taken by other dockers in my host.

shuther avatar Sep 22 '23 07:09 shuther

Hello @shuther and thanks for your input! You can change the output ports in Docker or Docker Compose files as needed. You can read more about it here. The default ports are 1234 for Odin, 8000 for BOR, 7687 for Memgraph connection, and 7444 for Memgraph logs. Let me know if you have any other questions!

AlexIchenskiy avatar Mar 06 '24 07:03 AlexIchenskiy