chore: manage version and remove unused ports

This commit is contained in:
2026-01-23 11:07:26 +00:00
parent 947c6f36ed
commit e5c1db75e0

View File

@@ -1,20 +1,18 @@
services:
syncthing:
image: syncthing/syncthing
image: syncthing/syncthing:2.0.13
container_name: syncthing
restart: always
volumes:
- ./data:/var/syncthing
environment:
- PUID=1000
- PGID=1000
volumes:
- ./data:/var/syncthing
networks:
- reverse-proxy
ports:
- "8384:8384"
- "22000:22000/tcp"
- "22000:22000/udp"
- "21027:21027/udp"
healthcheck:
test: curl -fkLsS -m 2 127.0.0.1:8384/rest/noauth/health | grep -o --color=never OK || exit 1
interval: 1m