diff --git a/Docker & Kubernetes/Docker/Docker Compose/Keycloak.md b/Docker & Kubernetes/Docker/Docker Compose/Keycloak.md index 70ae659..7ff25c8 100644 --- a/Docker & Kubernetes/Docker/Docker Compose/Keycloak.md +++ b/Docker & Kubernetes/Docker/Docker Compose/Keycloak.md @@ -121,4 +121,9 @@ http: ## Traefik Keycloak Plugin At this point, we need to add the official Keycloak plugin to Traefik's main configuration. In this example, it will be assumed you need to configure this in Portainer/Docker Compose, and not via a static yml/toml file. Assume you follow the [Docker Compose based Traefik Deployment](https://docs.bunny-lab.io/Docker%20%2526%20Kubernetes/Docker/Docker%20Compose/Traefik/). -Add the following to the \ No newline at end of file +If you do not already have the following added to the end of your `command:` section of the docker-compose.yml file in Portainer, go ahead and add it: +``` yml + # Keycloak plugin configuration + - "--experimental.plugins.keycloakopenid.moduleName=github.com/Gwojda/keycloakopenid" + - "--experimental.plugins.keycloakopenid.version=v0.1.34" +``` \ No newline at end of file