From 987201231ffa19542859f376254b16899adf87cd Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 17 Sep 2019 09:31:32 +1200 Subject: [PATCH] Correct image for traefik-forward-auth (#59) thomseddon/traefik-forward-auth does not support the OIDC_ISSUER parameter. --- manuscript/ha-docker-swarm/traefik-forward-auth/keycloak.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manuscript/ha-docker-swarm/traefik-forward-auth/keycloak.md b/manuscript/ha-docker-swarm/traefik-forward-auth/keycloak.md index 3bc230f..dc18d12 100644 --- a/manuscript/ha-docker-swarm/traefik-forward-auth/keycloak.md +++ b/manuscript/ha-docker-swarm/traefik-forward-auth/keycloak.md @@ -52,7 +52,7 @@ This is a small container, you can simply add the following content to the exist ``` traefik-forward-auth: - image: thomseddon/traefik-forward-auth + image: funkypenguin/traefik-forward-auth env_file: /var/data/config/traefik/traefik-forward-auth.env networks: - traefik_public @@ -119,4 +119,4 @@ What have we achieved? By adding an additional three simple labels to any servic ## Chef's Notes 📓 -1. KeyCloak is very powerful. You can add 2FA and all other clever things outside of the scope of this simple recipe ;) \ No newline at end of file +1. KeyCloak is very powerful. You can add 2FA and all other clever things outside of the scope of this simple recipe ;)