Network server with docker : connection refused

Hello All,

im trying to deploy the chirp-stack backend servers on a docker infrastructure.
My application and network servers are running on differents docker containers and the gateway with gateway_os on a RPI4.

When a node send a message, i got the following error on the network server :

time="2020-06-03T06:11:41Z" level=warning msg="creating insecure application-server client" server="0.0.0.0:8001"
time="2020-06-03T06:11:41Z" level=warning msg="grpc: addrConn.createTransport failed to connect to {0.0.0.0:8001  <nil> 0 <nil>}. Err: connection error: desc = \"transport: Error while dialing dial tcp 0.0.0.0:8001: connect: connection refused\". Reconnecting..."

However i dont found the configuration part to overide this address (0.0.0.0:8001) with the application server container ip adress.

Thanks

Probleme solved: i had to mannually reload the network server from the application web ui to enable the changes i made on the config file.