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

This commit is contained in:
Dominic R
2025-12-08 04:06:28 -05:00
committed by GitHub
parent 8a200fd715
commit fa579c2ba5

View File

@@ -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>