[GH-ISSUE #635] Syncthing #2293

Closed
opened 2026-04-23 03:19:16 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @louanfontenele on GitHub (Dec 30, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/635

Template Name

Syncthing

Template URL

https://github.com/syncthing/syncthing

No response

Resources

services:
  syncthing:
    image: lscr.io/linuxserver/syncthing:latest
    container_name: syncthing
    ports:
      - 8384:8384  # Interface Web
      - 22000:22000 # Sync Protocol
      - 21027:21027/udp # Discovery
    volumes:
      - syncthing_config:/config  # Syncthing Config
      - syncthing_data:/data  # Sync Data
    environment:
      - PUID=1000  # User ID
      - PGID=1000  # Group ID
      - TZ=America/Sao_Paulo  # Timezone
    restart: unless-stopped

volumes:
  syncthing_config:
  syncthing_data:

Template Description

Best way to sync files

Will you send a PR to implement it?

Maybe, need help

Originally created by @louanfontenele on GitHub (Dec 30, 2025). Original GitHub issue: https://github.com/Dokploy/templates/issues/635 ### Template Name Syncthing ### Template URL https://github.com/syncthing/syncthing ### Docker Compose Link _No response_ ### Resources ```yaml services: syncthing: image: lscr.io/linuxserver/syncthing:latest container_name: syncthing ports: - 8384:8384 # Interface Web - 22000:22000 # Sync Protocol - 21027:21027/udp # Discovery volumes: - syncthing_config:/config # Syncthing Config - syncthing_data:/data # Sync Data environment: - PUID=1000 # User ID - PGID=1000 # Group ID - TZ=America/Sao_Paulo # Timezone restart: unless-stopped volumes: syncthing_config: syncthing_data: ``` ### Template Description Best way to sync files ### Will you send a PR to implement it? Maybe, need help
GiteaMirror added the template label 2026-04-23 03:19:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#2293