fix(apps): move conflicting ports to 10xxx range (#1415)
* fix(apps): move conflicting ports to 10xxx range * remove `protocol: TCP` as its the default anyway * Change `"HTTP"` -> `HTTP` to much common * lms udp port should be udp protocol * resolve some conflicts * clear port 80 conficts * clean 3000 and 5000 port conflicts * more conflict cleaning * more conflict cleaning * more cleanup * more * cleanup * Avoid confclicts with official apps
This commit is contained in:
@@ -175,7 +175,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 8080
|
||||
default: 10101
|
||||
editable: true
|
||||
required: true
|
||||
- variable: advanced
|
||||
|
||||
@@ -22,7 +22,7 @@ service:
|
||||
ports:
|
||||
comm:
|
||||
enabled: true
|
||||
port: 8080
|
||||
port: 10101
|
||||
targetPort: 8080
|
||||
stun:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user