From 80f134172a7e64f4263be36898b4055dfda7e076 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 3 Dec 2024 10:46:23 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-transmission.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/images/docker-transmission.md b/docs/images/docker-transmission.md index 388b3331ff..d7c0c5fcf3 100644 --- a/docs/images/docker-transmission.md +++ b/docs/images/docker-transmission.md @@ -64,6 +64,10 @@ Use `PEERPORT` to specify the port(s) Transmission should listen on. This disab To help you get started creating a container from this image you can either use docker-compose or the docker cli. +!!! info + + Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided. + ### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose)) ```yaml @@ -125,9 +129,9 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `9091` | WebUI | -| `51413` | Torrent Port TCP | -| `51413/udp` | Torrent Port UDP | +| `9091:9091` | WebUI | +| `51413:51413` | Torrent Port TCP | +| `51413:51413/udp` | Torrent Port UDP | ### Environment Variables (`-e`)