We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f769883 commit 380c462Copy full SHA for 380c462
examples/authentik/README.md
@@ -45,8 +45,8 @@ services:
45
expose:
46
- 9000
47
environment:
48
- AUTHENTIK_HOST: https://authentik.ptf.one
49
- AUTHENTIK_TOKEN: <YOUR-DEPLOYMENT-TOKEN>
+ AUTHENTIK_HOST: https://authentik.example.com # <-- adjust
+ AUTHENTIK_TOKEN: <YOUR-DEPLOYMENT-TOKEN> # <-- adjust
50
AUTHENTIK_INSECURE: "false" # set to "true" if your Authentik domain uses self-signed certs
51
labels:
52
- traefik.enable=true
0 commit comments