umbrel-apps/syncthing/docker-compose.yml
jon-ryan 2d3b0ef182
Update Syncthing to v1.23.1 (#409)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
2023-02-13 19:35:57 +00:00

23 lines
480 B
YAML

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: syncthing_server_1
APP_PORT: 8384
server:
image: syncthing/syncthing:1.23.1@sha256:09dda4902e5139cf557db00235aad707ef2306d23f709121079360e4c30b1690
restart: on-failure
stop_grace_period: 1m
hostname: umbrel
environment:
- PUID=1000
- PGID=1000
volumes:
- ${APP_DATA_DIR}/data:/var/syncthing
ports:
- 22000:22000/tcp
- 22000:22000/udp