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 ;)