Skip to content

Instantly share code, notes, and snippets.

@mruoss
Last active May 3, 2018 08:11
Show Gist options
  • Select an option

  • Save mruoss/7c581222f04abbd1785d to your computer and use it in GitHub Desktop.

Select an option

Save mruoss/7c581222f04abbd1785d to your computer and use it in GitHub Desktop.
Resilio Sync Scripts
version: "3"
services:
resilio:
image: resilio/sync
container_name: resilio
restart: always
ports:
- "8567:8888"
- "55555"
user: "1000"
volumes:
- "/home/mruoss/btsync:/mnt/sync"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment