Hi there,
Is there any way to configure the admin username and password in the Docker image?
Other images use environment variables to pass in an initial username and password (Keycloak example):
docker run -e KEYCLOAK_USER= -e KEYCLOAK_PASSWORD= jboss/keycloak
``
Any idea how to achieve this?
Cheers,
Michael