Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 562 Bytes

connect_mainflux_docker_network.md

File metadata and controls

15 lines (12 loc) · 562 Bytes

Networking between docker containers

Make sure that the docker-compose-dev.yml is configured to the mainflux docker network. Perform the following steps:

$ docker network ls

Copy the NETWORK ID for "docker_mainflux-base-net"

$ docker inspect <networkID__of_docker_mainflux-base-net>

Check if "apmainflux_user_1" is in the list of the network.

Next verify in the same "docker inspect output" if the mainflux-nginx ip-address is the same as in the APmainflux docker-compose.yml denoted in the MAINFLUX_BROKER_URL environment variable.