Syncthing always uses relay, even on local network

I’ve previously used Syncthing that allows direct local connections without ST relay servers, however I am am having trouble getting Syncthing to connect to any local network devices without the use of an external Syncthing relay servers.

I’ve used the default configuration out of the box, and various combinations of settings. I can get other devices to connect directly, but the minute I connect to my Docker Syncthing device, it goes to connect with a relay server.

Any thoughts?

I did some digging around, and got given a steer over on the Syncthing forum that works with the LinuxServer container.

Add the following to your docker-compose file:

network_mode: host

and Syncthing Discovery works now so have direct connections on my local network.

Now I just need to solve the speed issue.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.