From 2bd7b805790b5e4c06bfe5cb8e3de951c1f3ce3c Mon Sep 17 00:00:00 2001 From: m1212e <14091540+m1212e@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:24:35 +0200 Subject: [PATCH] website/docs: Describe where to apply the auto setup env vars (#9863) Update automated-install.md Took me a good half an hour to find out why my env setup vars are not working: Set the on the server, not the worker container! Signed-off-by: m1212e <14091540+m1212e@users.noreply.github.com> --- website/docs/installation/automated-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation/automated-install.md b/website/docs/installation/automated-install.md index b46604a615d3..275c05ce8750 100644 --- a/website/docs/installation/automated-install.md +++ b/website/docs/installation/automated-install.md @@ -2,7 +2,7 @@ title: Automated install --- -To install authentik automatically (skipping the Out-of-box experience), you can use the following environment variables: +To install authentik automatically (skipping the Out-of-box experience), you can use the following environment variables on the worker container: ### `AUTHENTIK_BOOTSTRAP_PASSWORD`