website/docs: install-config: fix dump_config command (cherry-pick #18659 to version-2025.10) (#18671)

website/docs: install-config: fix dump_config command (#18659)

Co-authored-by: Dominic R <dominic@sdko.org>
This commit is contained in:
authentik-automation[bot]
2025-12-08 07:02:11 -05:00
committed by GitHub
parent f6dcdd059c
commit ffe2bde51f
@@ -49,7 +49,7 @@ To check if your config has been applied correctly, you can run the following co
<TabItem value="docker-compose" label="Docker Compose" default>
```
docker compose run --rm worker dump_config
docker compose run --rm worker ak dump_config
```
</TabItem>