website/docs: troubleshooting: fix missing command prefix for create admin group command in Docker (#13107)

This commit is contained in:
Dominic R
2025-02-21 12:47:30 -05:00
committed by GitHub
parent 041ffef812
commit 51a0f7d314

View File

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