How to host public relay for community

Hi I would like to share my resources with community. Do i need to set separate “docker srv” for hosting public raly? Or i just must forrward specific Ports to act as a relay? Pls advice a little:)

Yeap ive read it before, im looking for docker-compose image :wink:

https://hub.docker.com/r/t4skforce/syncthing-relay-discovery

Ive found this one; i’ll test it tomorrow

Docker Compose

version: ‘3’

services: syncthing-relay-discovery: container_name: syncthing restart: always image: t4skforce/syncthing-relay-discovery:latest environment: RELAY_OPTS: ‘-debug’ DISC_OPTS: ‘-debug’ ports: - 22067:22067 - 22026:22026

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