-
Notifications
You must be signed in to change notification settings - Fork 521
Description
So basically, the environmental variables on docker compose is set to be on another IP address for the ID and relay server. So for example, my computer is on 192.168.10.237 and the ID/relay server is on 192.168.10.231.
dial tcp 127.0.0.1:21115: connect: connection refused <<<< error in red for the ID server
dial tcp 127.0.0.1:21117: connect: connection refused <<<< error in red for the relay server
How could it be 127.0.0.1 if I set my
- RUSTDESK_API_RUSTDESK_ID_SERVER=192.168.10.231:21116
- RUSTDESK_API_RUSTDESK_RELAY_SERVER=192.168.10.231:21117
I removed the quotes, removed the port as well. To test that it works, I loaded up my Rustdesk Client
It seems to recognize the server when hbbs and hbbr are on the same computer (and network_mode: host on docker compose for both hbbr and hbbs). Whatever the issue is, the environment variables of the ID and relay IP addresses are not being passed to the API server itself.