Quicksetup with docker, fails with "create jwk manager" #536
-
Hi I'm trying to follow the tutorial for getting started. I've got the following config.yaml file:
I had to change host in database to host.docker.internal instead of localhost, because the migration command couldn't find it otherwise. The migration succeeds with, and I can see the database and tables in the database. Then the next command fails:
I can see that the table jwks is empty, if that helps. Anyone know or have a hint to what my problem could be? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @kr2792, Our documentation is wrong. We changed the versioning of our docker images a long time ago and forgot to change it in the documentation. Please use |
Beta Was this translation helpful? Give feedback.
Hi @kr2792,
Sorry for the late response.
Our documentation is wrong. We changed the versioning of our docker images a long time ago and forgot to change it in the documentation. Please use
ghcr.io/teamhanko/hanko:latest
instead ofghcr.io/teamhanko/hanko:main
.