kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
a7751027c3
commit
7454476459
|
@ -18,7 +18,7 @@ title: resilio-sync
|
|||
|
||||
[Resilio-sync](https://www.resilio.com/individuals/) (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both. There is an official sync image but we created this one as it supports user mapping to simplify permissions for volumes.
|
||||
|
||||
[](https://www.resilio.com/individuals/)
|
||||
[](https://www.resilio.com/individuals/)
|
||||
|
||||
## Supported Architectures
|
||||
|
||||
|
@ -56,7 +56,7 @@ services:
|
|||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /path/to/config:/config
|
||||
- /path/to/resilio-sync/config:/config
|
||||
- /path/to/downloads:/downloads
|
||||
- /path/to/data:/sync
|
||||
ports:
|
||||
|
@ -75,7 +75,7 @@ docker run -d \
|
|||
-e TZ=Etc/UTC \
|
||||
-p 8888:8888 \
|
||||
-p 55555:55555 \
|
||||
-v /path/to/config:/config \
|
||||
-v /path/to/resilio-sync/config:/config \
|
||||
-v /path/to/downloads:/downloads \
|
||||
-v /path/to/data:/sync \
|
||||
--restart unless-stopped \
|
||||
|
@ -277,6 +277,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||
|
||||
## Versions
|
||||
|
||||
* **21.08.24:** - Rebase to Noble.
|
||||
* **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
||||
* **14.12.22:** - Rebase to Jammy, migrate to s6v3.
|
||||
* **03.10.21:** - Use upstream apt repo to install. Rebase to focal.
|
||||
|
|
Ładowanie…
Reference in New Issue