Bot Updating Documentation

pull/238/head
LinuxServer-CI 2024-08-21 17:43:23 +00:00
rodzic a7751027c3
commit 7454476459
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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.
[![resilio-sync](https://www.resilio.com/img/individual/freeproduct.jpg)](https://www.resilio.com/individuals/)
[![resilio-sync](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/resilio-sync-logo.png)](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.