diff --git a/docs/fassets/guides/1-deploy-fassets-agent.mdx b/docs/fassets/guides/1-deploy-fassets-agent.mdx index cf146e4e..b05dd0e3 100644 --- a/docs/fassets/guides/1-deploy-fassets-agent.mdx +++ b/docs/fassets/guides/1-deploy-fassets-agent.mdx @@ -243,7 +243,7 @@ To execute agent bot commands, use the `cli` profile with the `agent-bot` Docker For example, to get the FAssets system running agents, use this command: ```bash -docker-compose --profile cli run agent-bot listAgents --fasset FASSET +docker compose --profile cli run agent-bot listAgents --fasset FASSET ``` ### Execute User Bot Commands @@ -252,7 +252,7 @@ To execute user bot commands, use the `cli` profile and the `user-bot` Docker co For example, to retrieve FAsset system info, use this command: ```bash -docker-compose --profile cli run user-bot info --fasset FASSET +docker compose --profile cli run user-bot info --fasset FASSET ``` ### Update the FAssets Agent