Merge pull request #1712 from RayBB/syncthing-template

add Syncthing template
This commit is contained in:
Andras Bacsai 2024-02-14 09:50:50 +01:00 committed by GitHub
commit 689547463c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,19 @@
# documentation: https://syncthing.net/
# slogan: Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how its transmitted over the internet.
# tags: filestorage, data, synchronization
services:
syncthing:
image: 'lscr.io/linuxserver/syncthing:latest'
environment:
- SERVICE_FQDN_SYNCTHING
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- 'syncthing-config:/config'
ports:
- '8384:8384'
- '22000:22000/tcp'
- '22000:22000/udp'
- '21027:21027/udp'