fix(unifi): fix port in questions.yaml

This commit is contained in:
kjeld Schouten-Lebbing 2021-11-28 10:45:34 +01:00
parent 5b84caa715
commit 27feeafa5a
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ questions:
description: "This port exposes the container port on the service" description: "This port exposes the container port on the service"
schema: schema:
type: int type: int
default: 10101 default: 8080
editable: true editable: true
required: true required: true
- variable: advanced - variable: advanced