fix(apps): correct some ports mistakes (#1416)
* fix(apps): correct some ports mistakes * Some fixes and cleanup
This commit is contained in:
@@ -125,7 +125,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10108
|
||||
default: 32400
|
||||
editable: true
|
||||
required: true
|
||||
- variable: advanced
|
||||
|
||||
@@ -9,7 +9,7 @@ service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10108
|
||||
port: 32400
|
||||
targetPort: 32400
|
||||
|
||||
persistence:
|
||||
|
||||
Reference in New Issue
Block a user