running on docker?
Closed this issue · 2 comments
ser commented
Is there any way to use this module on current docker version of keycloak?
ser commented
OK, after some research i found the solution. I mapped a docker volume in this way:
--volume /zfs/DATA/keycloak/argon2-password-hash-provider-2.0.1.jar:/opt/keycloak/providers/argon2-password-hash-provider-2.0.1.jar
and everything works!