Currently, I am working on docker and docker-compose. I want to know that whenever I do docker-compose down and then after try to up all the service keycloak in which JSON file for the realm imported on the starter of keycloak server It started from zero as realm -> credential -> client secret key is different every time.
And one more I have to fire these two commands than only I can access http://ip:8080/auth
./kcadm.sh config credentials --server http://localhost:8080/auth --realm master --user admin --password **** ./kcadm.sh update realms/master -s sslRequired=NONE