For Grafana LGTM i wanted to generate '3000:3000' for the admin UI in the ports section of a Docker Compose file. We only support random ports, but in this case, having a fixed port for the UI (which the user can then open in the browser) would make sense.
Alternative would be that Spring Boot prints out a link to the Admin UI port on startup.