1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Correct image for traefik-forward-auth (#59)

thomseddon/traefik-forward-auth does not support the OIDC_ISSUER parameter.
This commit is contained in:
Thomas
2019-09-17 09:31:32 +12:00
committed by David Young
parent 25431f4749
commit 987201231f

View File

@@ -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 ;)
1. KeyCloak is very powerful. You can add 2FA and all other clever things outside of the scope of this simple recipe ;)