You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,11 +83,13 @@ Use `HOST_WHITELIST` to enable an list of dns names as host-whitelist. This enab
83
83
84
84
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.
85
85
86
-
87
86
## Usage
88
87
89
88
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
90
89
90
+
>[!NOTE]
91
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
92
+
91
93
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
92
94
93
95
```yaml
@@ -147,9 +149,9 @@ Containers are configured using parameters passed at runtime (such as those abov
147
149
148
150
| Parameter | Function |
149
151
| :----: | --- |
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 |
153
155
|`-e PUID=1000`| for UserID - see below for explanation |
154
156
|`-e PGID=1000`| for GroupID - see below for explanation |
155
157
|`-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