change(Transmission): use different default ports

This commit is contained in:
kjeld Schouten-Lebbing 2021-11-28 11:26:25 +01:00
parent 37806bbcda
commit 7706ff990f
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 14 additions and 14 deletions

View File

@ -222,7 +222,7 @@ questions:
label: TRANSMISSION_PEER_PORT
schema:
type: int
default: 51413
default: 51414
- variable: TRANSMISSION_PEER_PORT_RANDOM_HIGH
label: TRANSMISSION_PEER_PORT_RANDOM_HIGH
schema:
@ -322,7 +322,7 @@ questions:
label: TRANSMISSION_RPC_PORT
schema:
type: int
default: 9091
default: 10109
- variable: TRANSMISSION_RPC_URL
label: TRANSMISSION_RPC_URL
schema:
@ -448,7 +448,7 @@ questions:
description: "This port exposes the container port on the service"
schema:
type: int
default: 9091
default: 10109
editable: true
required: true
- variable: advanced
@ -484,7 +484,7 @@ questions:
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 9091
default: 10109
- variable: torrent
@ -510,7 +510,7 @@ questions:
description: "This port exposes the container port on the service"
schema:
type: int
default: 51413
default: 51414
editable: true
required: true
- variable: advanced
@ -546,7 +546,7 @@ questions:
description: "The internal(!) port on the container the Application runs on"
schema:
type: int
default: 51413
default: 51414
- variable: torrentudp
label: "UDP Torrent Service"

View File

@ -9,22 +9,22 @@ service:
main:
ports:
main:
port: 9091
targetPort: 9091
port: 10109
targetPort: 10109
torrent:
enabled: true
ports:
torrent:
enabled: true
port: 51413
targetPort: 51413
port: 51414
targetPort: 51414
torrentudp:
enabled: true
ports:
torrentudp:
enabled: true
port: 51413
targetPort: 51413
port: 51414
targetPort: 51414
protocol: UDP
env: {}
@ -58,7 +58,7 @@ env: {}
# TRANSMISSION_PEER_ID_TTL_HOURS: 6
# TRANSMISSION_PEER_LIMIT_GLOBAL: 200
# TRANSMISSION_PEER_LIMIT_PER_TORRENT: 50
# TRANSMISSION_PEER_PORT: 51413
TRANSMISSION_PEER_PORT: 51414
# TRANSMISSION_PEER_PORT_RANDOM_HIGH: 65535
# TRANSMISSION_PEER_PORT_RANDOM_LOW: 49152
# TRANSMISSION_PEER_PORT_RANDOM_ON_START: false
@ -78,7 +78,7 @@ env: {}
# TRANSMISSION_RPC_HOST_WHITELIST: ""
# TRANSMISSION_RPC_HOST_WHITELIST_ENABLED: false
# TRANSMISSION_RPC_PASSWORD: ""
# TRANSMISSION_RPC_PORT: 9091
TRANSMISSION_RPC_PORT: 10109
# TRANSMISSION_RPC_URL: "/transmission/"
# TRANSMISSION_RPC_USERNAME: ""
# TRANSMISSION_RPC_WHITELIST: ""