Hosts Update
Hosts File Update¶
Your development machine needs to use host names provided in /appcircle-root/projects/appcircle-docker-compose/next/compose.yaml.
- To allow usage of required host name in your local machine open your hosts file using following command.
sudo nano /etc/hosts
- Add following content into host file.
127.0.0.1 mongo_1
127.0.0.1 mongo_2
127.0.0.1 mongo_3
127.0.0.1 mongo_4
127.0.0.1 kafka
- Save the content.