mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
04d7e4be93
commit
2f111317ab
@ -1,15 +1,14 @@
|
||||
# [linuxserver/resilio-sync](https://github.com/linuxserver/docker-resilio-sync)
|
||||
|
||||
[](https://github.com/linuxserver/docker-resilio-sync)
|
||||
[](https://github.com/linuxserver/docker-resilio-sync/releases)
|
||||
[](https://github.com/linuxserver/docker-resilio-sync/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-resilio-sync/container_registry)
|
||||
[](https://quay.io/repository/linuxserver.io/resilio-sync)
|
||||
[](https://microbadger.com/images/linuxserver/resilio-sync "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/resilio-sync)
|
||||
[](https://hub.docker.com/r/linuxserver/resilio-sync)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-resilio-sync/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/resilio-sync/latest/index.html)
|
||||
[](https://github.com/linuxserver/docker-resilio-sync)
|
||||
[](https://github.com/linuxserver/docker-resilio-sync/releases)
|
||||
[](https://github.com/linuxserver/docker-resilio-sync/packages)
|
||||
[](https://gitlab.com/Linuxserver.io/docker-resilio-sync/container_registry)
|
||||
[](https://microbadger.com/images/linuxserver/resilio-sync "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/resilio-sync)
|
||||
[](https://hub.docker.com/r/linuxserver/resilio-sync)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-resilio-sync/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/resilio-sync/latest/index.html)
|
||||
|
||||
[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.
|
||||
|
||||
@ -108,6 +107,23 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||
|
||||
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
||||
You can set any environment variable from a file by using a special prepend `FILE__`.
|
||||
|
||||
As an example:
|
||||
|
||||
```
|
||||
-e FILE__PASSWORD=/run/secrets/mysecretpassword
|
||||
```
|
||||
|
||||
Will set the environment variable `PASSWORD` based on the contents of the `/run/secrets/mysecretpassword` file.
|
||||
|
||||
## Umask for running applications
|
||||
|
||||
For all of our images we provide the ability to override the default umask settings for services started within the containers using the optional `-e UMASK=022` setting.
|
||||
Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up [here](https://en.wikipedia.org/wiki/Umask) before asking for support.
|
||||
|
||||
|
||||
## User / Group Identifiers
|
||||
|
||||
@ -129,7 +145,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
|
||||
|
||||
|
||||
## Docker Mods
|
||||
[](https://mods.linuxserver.io/?mod=resilio-sync "view available mods for this container.")
|
||||
[](https://mods.linuxserver.io/?mod=resilio-sync "view available mods for this container.")
|
||||
|
||||
We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) can be accessed via the dynamic badge above.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user