Bot Updating Documentation

rootless
LinuxServer-CI 2023-02-11 17:48:43 +01:00
rodzic 84f6720892
commit 568d51161c
1 zmienionych plików z 7 dodań i 6 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ The architectures supported by this image are:
| :----: | :----: | ---- | | :----: | :----: | ---- |
| x86-64 | ✅ | amd64-\<version tag\> | | x86-64 | ✅ | amd64-\<version tag\> |
| arm64 | ✅ | arm64v8-\<version tag\> | | arm64 | ✅ | arm64v8-\<version tag\> |
| armhf| ✅ | arm32v7-\<version tag\> | | armhf | ✅ | arm32v7-\<version tag\> |
## Application Setup ## Application Setup
@ -75,13 +75,13 @@ services:
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Europe/London - TZ=Etc/UTC
- TRANSMISSION_WEB_HOME= #optional - TRANSMISSION_WEB_HOME= #optional
- USER=username #optional - USER=username #optional
- PASS=password #optional - PASS=password #optional
- WHITELIST=iplist #optional - WHITELIST=iplist #optional
- PEERPORT=peerport #optional - PEERPORT=peerport #optional
- HOST_WHITELIST=dnsname list #optional - "HOST_WHITELIST=dnsname list" #optional
volumes: volumes:
- /path/to/data:/config - /path/to/data:/config
- /path/to/downloads:/downloads - /path/to/downloads:/downloads
@ -100,13 +100,13 @@ docker run -d \
--name=transmission \ --name=transmission \
-e PUID=1000 \ -e PUID=1000 \
-e PGID=1000 \ -e PGID=1000 \
-e TZ=Europe/London \ -e TZ=Etc/UTC \
-e TRANSMISSION_WEB_HOME= `#optional` \ -e TRANSMISSION_WEB_HOME= `#optional` \
-e USER=username `#optional` \ -e USER=username `#optional` \
-e PASS=password `#optional` \ -e PASS=password `#optional` \
-e WHITELIST=iplist `#optional` \ -e WHITELIST=iplist `#optional` \
-e PEERPORT=peerport `#optional` \ -e PEERPORT=peerport `#optional` \
-e HOST_WHITELIST=dnsname list `#optional` \ -e HOST_WHITELIST="dnsname list" `#optional` \
-p 9091:9091 \ -p 9091:9091 \
-p 51413:51413 \ -p 51413:51413 \
-p 51413:51413/udp \ -p 51413:51413/udp \
@ -115,6 +115,7 @@ docker run -d \
-v /path/to/watch/folder:/watch \ -v /path/to/watch/folder:/watch \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/transmission:latest lscr.io/linuxserver/transmission:latest
``` ```
## Parameters ## Parameters
@ -135,7 +136,7 @@ Docker images are configured using parameters passed at runtime (such as those a
| :----: | --- | | :----: | --- |
| `PUID=1000` | for UserID - see below for explanation | | `PUID=1000` | for UserID - see below for explanation |
| `PGID=1000` | for GroupID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation |
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. | | `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
| `TRANSMISSION_WEB_HOME=` | Specify the path to an alternative UI folder. | | `TRANSMISSION_WEB_HOME=` | Specify the path to an alternative UI folder. |
| `USER=username` | Specify an optional username for the interface | | `USER=username` | Specify an optional username for the interface |
| `PASS=password` | Specify an optional password for the interface | | `PASS=password` | Specify an optional password for the interface |