Update File_Containers/syncthing/compose.yaml

This commit is contained in:
2026-01-24 23:07:53 +00:00
parent 84d8805edb
commit 7e0d63bdf9
+18
View File
@@ -0,0 +1,18 @@
services:
syncthing:
image: lscr.io/linuxserver/syncthing:latest
container_name: syncthing
hostname: syncthing #optional
environment:
- PUID=1000
- PGID=1000
- TZ=CST/UTC
volumes:
- /srv/docker/syncthing/config:/config
- /mnt/DMZ_smb_share/Gabe's Music:/data
ports:
- 8384:8384
- 22000:22000/tcp
- 22000:22000/udp
- 21027:21027/udp
restart: unless-stopped