From 51a0f7d31487545e25ab34b4806f7c44b934948e Mon Sep 17 00:00:00 2001 From: Dominic R Date: Fri, 21 Feb 2025 12:47:30 -0500 Subject: [PATCH] website/docs: troubleshooting: fix missing command prefix for create admin group command in Docker (#13107) --- website/docs/troubleshooting/missing_admin_group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/troubleshooting/missing_admin_group.md b/website/docs/troubleshooting/missing_admin_group.md index 0c7897dcc0..82a94a617d 100644 --- a/website/docs/troubleshooting/missing_admin_group.md +++ b/website/docs/troubleshooting/missing_admin_group.md @@ -7,7 +7,7 @@ If all of the Admin groups have been deleted, or misconfigured during sync, you Run the following command, where _username_ is the user you want to add to the newly created group: ```shell -docker compose run --rm server create_admin_group username +docker compose run --rm server ak create_admin_group username ``` or, for Kubernetes, run