-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Labels
templateNew template requestNew template request
Description
Template Name
Syncthing
Template URL
https://github.com/syncthing/syncthing
Docker Compose Link
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
Metadata
Metadata
Assignees
Labels
templateNew template requestNew template request