fix(unifi): fix port in questions.yaml
This commit is contained in:
parent
5b84caa715
commit
27feeafa5a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue