Add syncthing/docker-compose.yaml

This commit is contained in:
2025-10-27 12:52:28 +00:00
parent a65cf7ea1e
commit 46c06461a1
+17
View File
@@ -0,0 +1,17 @@
services:
syncthing:
image: syncthing/syncthing
container_name: syncthing
hostname: my-linux
environment:
- PUID=1000
- PGID=1000
volumes:
- /srv/syncthing-data:/var/syncthing
network_mode: host
restart: unless-stopped
networks:
default:
external:
name: npm-network