# Second run of Keycloak-config-cli Tool to automatically create permanent Keycloak admin, used for gui login as well as auth-api
keycloak-secondrun:
image:adorsys/keycloak-config-cli:latest
image:adorsys/keycloak-config-cli:latest-26
environment:
-KEYCLOAK_URL=http://keycloak:8080/keycloak
-KEYCLOAK_USER=tempadmin
...
...
@@ -51,7 +51,7 @@ services:
# Third run to disable Keycloak temporary admin, otherwise Keycloak is complaining, but Keycloak can not get it right an accept an expiration time for its temporary admin, which the dumb issue where they introduced the behavior promised to have …