From 528154ae96b7fa54ef17b25c26b4a91dae0426c0 Mon Sep 17 00:00:00 2001 From: Igor Loskutov Date: Fri, 13 Feb 2026 09:56:09 -0500 Subject: [PATCH] fix: update standalone docs to match self-contained compose usage --- docs/docs/installation/setup-standalone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/setup-standalone.md b/docs/docs/installation/setup-standalone.md index 320ca3fe..ea9c581f 100644 --- a/docs/docs/installation/setup-standalone.md +++ b/docs/docs/installation/setup-standalone.md @@ -191,7 +191,7 @@ Standalone runs without authentication (`FEATURE_REQUIRE_LOGIN=false`, `AUTH_BAC 1. In `www/.env.local`: set `FEATURE_REQUIRE_LOGIN=true`, uncomment `AUTHENTIK_ISSUER` and `AUTHENTIK_REFRESH_TOKEN_URL` 2. In `server/.env`: set `AUTH_BACKEND=authentik` (or your backend), configure `AUTH_JWT_AUDIENCE` -3. Restart: `docker compose -f docker-compose.yml -f docker-compose.standalone.yml up -d --force-recreate web server` +3. Restart: `docker compose -f docker-compose.standalone.yml up -d --force-recreate web server` ## What's NOT covered