diff --git a/apps/activeMQ/1.0.0/data.yml b/apps/activeMQ/1.0.0/data.yml deleted file mode 100644 index 5ecc998..0000000 --- a/apps/activeMQ/1.0.0/data.yml +++ /dev/null @@ -1,18 +0,0 @@ -additionalProperties: - formFields: - - default: 8161 - edit: true - envKey: WEB_PORT - labelEn: activeMQ Web Port - labelZh: activeMQ Web 通讯端口 - required: true - rule: paramPort - type: number - - default: 61616 - edit: true - envKey: OPEN_WIRE_PROT - labelEn: activeMQ OpenWire port - labelZh: activeMQ OpenWire运行端口 - required: true - rule: paramPort - type: number \ No newline at end of file diff --git a/apps/activeMQ/1.0.0/docker-compose.yml b/apps/activeMQ/1.0.0/docker-compose.yml index de2f857..b461272 100644 --- a/apps/activeMQ/1.0.0/docker-compose.yml +++ b/apps/activeMQ/1.0.0/docker-compose.yml @@ -3,7 +3,7 @@ services: image: apache/activemq-classic container_name: ${CONTAINER_NAME} ports: - - "${WEB_PORT}:8161" + - "${PANEL_APP_PORT_HTTP}:8161" - "${OPEN_WIRE_PROT}:61616" restart: unless-stopped networks: