llm-twin-course
llm-twin-course copied to clipboard
Getting error when running "make local-test-cdc" in module-2
Can anyone help me fix this error?
Hello @thi3nnq ! You must do this
Host Configuration
To ensure that your Docker containers can communicate with each other you need to update your /etc/hosts file. Add the following entries to map the hostnames to your local machine:
Docker MongoDB Hosts Configuration
127.0.0.1 mongo1 127.0.0.1 mongo2 127.0.0.1 mongo3
we will update today the README and include these settings