Log in ActiveMQ Artemis web console from Docker
I try to use the ActiveMQ Artemis console from web. I run it in docker. What pass and login I need to use by default? artemis: image: vromero/activemq-artemis:2.6.1 container_name: artemis ports: - "8161:8161" - "61616:61616" environment: ACTIVEMQ_NAME: activemq ACTIVEMQ_USERNAME: admin…