compose/syncthing/relaysrv/docker-compose.yml

14 lines
313 B
YAML

services:
syncthing-relaysrv:
image: syncthing/relaysrv
container_name: syncthing-relaysrv
restart: unless-stopped
ports:
- "22067:22067"
- "22070:22070"
volumes:
- ./data:/var/strelaysrv
command:
- "-global-rate=384"
- "-provided-by=github.com/skyone-wzw"