website/docs: add ldap example, use ghcr

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-05-14 11:19:09 +02:00
parent 675ad7710c
commit 9bdd6f23a4
4 changed files with 13 additions and 4 deletions

View File

@ -46,7 +46,7 @@ class TestProviderProxy(SeleniumTestCase):
"""Start proxy container based on outpost created"""
client: DockerClient = from_env()
container = client.containers.run(
image=f"beryju/authentik-proxy:{__version__}",
image=f"ghcr.io/goauthentik/proxy:{__version__}",
detach=True,
network_mode="host",
auto_remove=True,