File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ To change the password (recommended) log in to the web interface and go to Prefe
7979
8080Change the inbound port to 6881 (or whichever port you've mapped for the container) under Preferences->Network, otherwise random ports will be used.
8181
82-
8382## Read-Only Operation
8483
8584This image can be run with a read-only container filesystem. For details please [ read the docs] ( https://docs.linuxserver.io/misc/read-only/ ) .
@@ -88,6 +87,9 @@ This image can be run with a read-only container filesystem. For details please
8887
8988To help you get started creating a container from this image you can either use docker-compose or the docker cli.
9089
90+ > [ !NOTE]
91+ > Unless a parameter is flaged as 'optional', it is * mandatory* and a value must be provided.
92+
9193### docker-compose (recommended, [ click here for more info] ( https://docs.linuxserver.io/general/docker-compose ) )
9294
9395``` yaml
@@ -137,9 +139,9 @@ Containers are configured using parameters passed at runtime (such as those abov
137139
138140| Parameter | Function |
139141| :----: | --- |
140- | ` -p 8112 ` | Port for webui |
141- | ` -p 6881 ` | Inbound torrent traffic (See App Setup) |
142- | ` -p 6881/udp ` | Inbound torrent traffic (See App Setup) |
142+ | ` -p 8112:8112 ` | Port for webui |
143+ | ` -p 6881:6881 ` | Inbound torrent traffic (See App Setup) |
144+ | ` -p 6881:6881 /udp ` | Inbound torrent traffic (See App Setup) |
143145| ` -p 58846 ` | Default deluged port for thin client connectivity |
144146| ` -e PUID=1000 ` | for UserID - see below for explanation |
145147| ` -e PGID=1000 ` | for GroupID - see below for explanation |
You can’t perform that action at this time.
0 commit comments