mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
@@ -15,3 +15,11 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
- default: 5055
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_APP
|
||||||
|
labelZh: App 通讯端口
|
||||||
|
labelEn: App communication port
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ services:
|
|||||||
hostname: traccar
|
hostname: traccar
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:8082
|
- ${PANEL_APP_PORT_HTTP}:8082
|
||||||
- 5000-5150:5000-5150
|
- ${PANEL_APP_PORT_APP}:5055
|
||||||
- 5000-5150:5000-5150/udp
|
- ${PANEL_APP_PORT_APP}:5055/udp
|
||||||
env_file:
|
env_file:
|
||||||
- /etc/1panel/envs/global.env
|
- /etc/1panel/envs/global.env
|
||||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||||
|
|||||||
Reference in New Issue
Block a user