@@ -46,7 +46,7 @@ Find us at:
4646* Plugin System
4747* Much more...
4848
49- [ ![ deluge] ( https://avatars2 .githubusercontent.com/u/6733935?v=3&s=200 )] ( http://deluge-torrent.org/ )
49+ [ ![ deluge] ( https://raw .githubusercontent.com/linuxserver/docker-templates/blob/master/linuxserver.io/img/deluge-logo.png )] ( http://deluge-torrent.org/ )
5050
5151## Supported Architectures
5252
@@ -83,6 +83,10 @@ Change the inbound port to 6881 (or whichever port you've mapped for the contain
8383
8484This image can be run with a read-only container filesystem. For details please [ read the docs] ( https://docs.linuxserver.io/misc/read-only/ ) .
8585
86+ ## Non-Root Operation
87+
88+ This image can be run with a non-root user. For details please [ read the docs] ( https://docs.linuxserver.io/misc/non-root/ ) .
89+
8690## Usage
8791
8892To help you get started creating a container from this image you can either use docker-compose or the docker cli.
@@ -150,6 +154,7 @@ Containers are configured using parameters passed at runtime (such as those abov
150154| ` -v /config ` | deluge configs |
151155| ` -v /downloads ` | torrent download directory |
152156| ` --read-only=true ` | Run container with a read-only filesystem. Please [ read the docs] ( https://docs.linuxserver.io/misc/read-only/ ) . |
157+ | ` --user=1000:1000 ` | Run container with a non-root user. Please [ read the docs] ( https://docs.linuxserver.io/misc/non-root/ ) . |
153158
154159## Environment variables from files (Docker secrets)
155160
@@ -313,6 +318,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
313318
314319# # Versions
315320
321+ * ** 12.01.25:** - Rebase libtorrentv1 branch to Alpine 3.21.
316322* ** 19.09.24:** - Prevent race condition related delay during container stop.
317323* ** 26.08.24:** - Add libtorrentv1 tag.
318324* ** 26.12.23:** - Replace source for GeoIP database.
0 commit comments