version: "3" services: resilio-sync: image: lscr.io/linuxserver/resilio-sync:latest container_name: resilio-sync restart: unless-stopped environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC volumes: - /path/to/config:/config - /path/to/downloads:/downloads - /path/to/data:/sync ports: - 8888:8888 - 55555:55555