diff --git a/apps/traccar/6.5/data.yml b/apps/traccar/6.5/data.yml index 7bb63c80..593618f3 100644 --- a/apps/traccar/6.5/data.yml +++ b/apps/traccar/6.5/data.yml @@ -15,11 +15,3 @@ 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 diff --git a/apps/traccar/6.5/docker-compose.yml b/apps/traccar/6.5/docker-compose.yml index 8b0e83d6..552ee102 100644 --- a/apps/traccar/6.5/docker-compose.yml +++ b/apps/traccar/6.5/docker-compose.yml @@ -14,8 +14,6 @@ services: hostname: traccar ports: - ${PANEL_APP_PORT_HTTP}:8082 - - ${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} diff --git a/apps/traccar/README.md b/apps/traccar/README.md index 63a1a73a..f2bdccfa 100644 --- a/apps/traccar/README.md +++ b/apps/traccar/README.md @@ -125,11 +125,11 @@ Traccar 支持以下数据库: ### 端口服务 -Traccar 默认使用 8082 端口作为 Web 服务端口。 +Traccar 默认使用 8082 端口作为 Web / 移动端 服务端口。 -同时,释放 `5000-5150` TCP + UDP 端口,用于 GPS 设备与 Traccar 服务器通信。 +同时,将 `5000-5150` TCP/UDP 端口,用于 GPS 设备与 Traccar 服务器通信。 -请在安装前确认 `5000-5150` 端口未被占用。 +如果使用 GPS硬件设备, 请在安装前确认 `5000-5150` 端口未被占用。并添加端口映射 ---