Keycloak Docker Compose with Version 18.0 #12477
Closed
MichaelKoch11
started this conversation in
Archive
Replies: 2 comments 1 reply
-
|
Caveat: I'm new to keycloak - still trying to figure it out myself. Your hostname doesn't look correct to me: |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I removed the port in the hostname and added keycloak 127.0.0.1 in the "hosts" file of windows, then everything started. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some questions to Setup Keycloak -Quarkus with Mysql database.
I want to setup keyclaok 18.0.0 Quarkus distribution in docker Compose.
The certificates i use, i have created with https://github.com/FiloSottile/mkcert .
But after startup, the webpage https://localhost:8445/admin/master/console/ always reload, with errror messages below.
How can I successfully setup Keycloak?
Where have I made a mistake?
Here is my Dockerfile
Here is my Docker-compose
When loading https://localhost:8445/admin/master/console/ in Browser I got this error messages:

Here is also my log from the keycloak container after first startup (After dockercompose down and up I got error message not anymore):
Beta Was this translation helpful? Give feedback.
All reactions