WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ffe2bde

Browse files
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 <[email protected]>
1 parent f6dcdd0 commit ffe2bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/install-config/configuration/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To check if your config has been applied correctly, you can run the following co
4949
<TabItem value="docker-compose" label="Docker Compose" default>
5050

5151
```
52-
docker compose run --rm worker dump_config
52+
docker compose run --rm worker ak dump_config
5353
```
5454

5555
</TabItem>

0 commit comments

Comments
 (0)