发布 Traccar 轨迹

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2024-10-17 15:13:58 +08:00
parent 4999a7df5d
commit 8d3b8878f0
2 changed files with 10 additions and 2 deletions

View File

@ -15,3 +15,11 @@ additionalProperties:
required: true
rule: paramPort
type: number
- default: 5055
edit: true
envKey: PANEL_APP_PORT_APP
labelZh: App 通讯端口
labelEn: App communication port
required: true
rule: paramPort
type: number

View File

@ -14,8 +14,8 @@ services:
hostname: traccar
ports:
- ${PANEL_APP_PORT_HTTP}:8082
- 5000-5150:5000-5150
- 5000-5150:5000-5150/udp
- ${PANEL_APP_PORT_APP}:5055
- ${PANEL_APP_PORT_APP}:5055/udp
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}