Skip to content

Management UI does not work #14072

@Vovaman

Description

@Vovaman

Describe the bug

Docker compose file:

services:
rabbitmq:
image: rabbitmq:4.1.1-management
hostname: ${HOST_RABBIT}
environment:
RABBITMQ_DEFAULT_USER: ${RABBIT_USER}
RABBITMQ_DEFAULT_PASS: ${RABBIT_PASSWORD}
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: -rabbit log_levels [{connection,error},{default,error}] disk_free_limit 2147483648 -rabbitmq_management
TZ: ${TIME_ZONE}
volumes:
- ../docker-files/rabbitmq/enabled_plugins:/etc/rabbitmq/enabled_plugins:rw

'enabled_plugins' file:
[rabbitmq_event_exchange,rabbitmq_management,rabbitmq_prometheus,rabbitmq_mqtt,rabbitmq_shovel,rabbitmq_shovel_management].

result:
Image

Reproduction steps

  1. create docker-compose file
  2. run it
  3. trying to see web interface
    ...

Expected behavior

Want to see normal web-interface

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions