Skip to content

Instantly share code, notes, and snippets.

@OSCUK
Created March 29, 2022 13:34
Show Gist options
  • Save OSCUK/5cf86c1d818fb48d60995e01bd17bed8 to your computer and use it in GitHub Desktop.
Save OSCUK/5cf86c1d818fb48d60995e01bd17bed8 to your computer and use it in GitHub Desktop.
Resilio Sync Docker
---
version: "2.1"
services:
resilio-sync:
image: lscr.io/linuxserver/resilio-sync
container_name: resilio-sync
environment:
- PUID=0
- PGID=0
- TZ=Europe/London
volumes:
- /path/to/config:/config
- /path/to/downloads:/downloads
- /path/to/data:/sync
ports:
- 8888:8888
- 55555:55555
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment