Hi, I am a Godot developer,
I have installed successfully nakama using docker on a virtualbox linux ubuntu image. It works fine executing my code from a Windows host and connecting to the virtual machine with the nakama server installed.
The problem is that if a move the virtualbox image from my desktop dev machine to my laptop dev machine, nakama server can not start. The virtual image is exactly the same (it has also a static IP address), but on my laptop nakama server can not connect to cockroachdb printing the error message: "Error pinging database”.
I have tried many times using the followings:
sudo docker-compose -f docker-compose.yml up
and to clean the env:
docker-compose -f ./docker-compose.yml down -v
Could you help me with this problem?