Skip to content

Commit c393629

Browse files
Bot Updating Templated Files
1 parent 565a03f commit c393629

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,13 @@ Use `HOST_WHITELIST` to enable an list of dns names as host-whitelist. This enab
8383

8484
Use `PEERPORT` to specify the port(s) Transmission should listen on. This disables random port selection. This should be the same as the port mapped in your docker configuration.
8585

86-
8786
## Usage
8887

8988
To 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
@@ -147,9 +149,9 @@ Containers are configured using parameters passed at runtime (such as those abov
147149

148150
| Parameter | Function |
149151
| :----: | --- |
150-
| `-p 9091` | WebUI |
151-
| `-p 51413` | Torrent Port TCP |
152-
| `-p 51413/udp` | Torrent Port UDP |
152+
| `-p 9091:9091` | WebUI |
153+
| `-p 51413:51413` | Torrent Port TCP |
154+
| `-p 51413:51413/udp` | Torrent Port UDP |
153155
| `-e PUID=1000` | for UserID - see below for explanation |
154156
| `-e PGID=1000` | for GroupID - see below for explanation |
155157
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |

0 commit comments

Comments
 (0)