kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
cb5d1a637c
commit
9d7d423efd
|
@ -23,7 +23,7 @@ title: deluge
|
|||
* Plugin System
|
||||
* Much more...
|
||||
|
||||
[](http://deluge-torrent.org/)
|
||||
[](http://deluge-torrent.org/)
|
||||
|
||||
## Supported Architectures
|
||||
|
||||
|
@ -60,6 +60,10 @@ Change the inbound port to 6881 (or whichever port you've mapped for the contain
|
|||
|
||||
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
|
||||
|
||||
## Non-Root Operation
|
||||
|
||||
This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).
|
||||
|
||||
## Usage
|
||||
|
||||
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
|
||||
|
@ -145,6 +149,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
|||
| Parameter | Function |
|
||||
| :-----: | --- |
|
||||
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
|
||||
| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
||||
|
@ -356,6 +361,7 @@ To help with development, we generate this dependency graph.
|
|||
|
||||
## Versions
|
||||
|
||||
* **12.01.25:** - Rebase libtorrentv1 branch to Alpine 3.21.
|
||||
* **19.09.24:** - Prevent race condition related delay during container stop.
|
||||
* **26.08.24:** - Add libtorrentv1 tag.
|
||||
* **26.12.23:** - Replace source for GeoIP database.
|
||||
|
|
Ładowanie…
Reference in New Issue