fix(jackett): Correct label for port setting

This commit is contained in:
kjeld Schouten-Lebbing 2021-11-06 13:20:58 +01:00
parent 076145b865
commit 9dbdead0ac
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,8 @@ questions:
type: int
default: 9117
- variable: port
label: "This port exposes the container port on the service"
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 9117