From 380c462414d041ae0824ba133d07e2d3273adb15 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:48:33 +0200 Subject: [PATCH] Update README.md --- examples/authentik/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/authentik/README.md b/examples/authentik/README.md index 01b7687..564bec4 100644 --- a/examples/authentik/README.md +++ b/examples/authentik/README.md @@ -45,8 +45,8 @@ services: expose: - 9000 environment: - AUTHENTIK_HOST: https://authentik.ptf.one - AUTHENTIK_TOKEN: + AUTHENTIK_HOST: https://authentik.example.com # <-- adjust + AUTHENTIK_TOKEN: # <-- adjust AUTHENTIK_INSECURE: "false" # set to "true" if your Authentik domain uses self-signed certs labels: - traefik.enable=true