From 7d87fb6a314f42e7a3c934f496f60eb6095599ab Mon Sep 17 00:00:00 2001 From: Kristaps Grinbergs Date: Mon, 16 Dec 2024 14:23:51 +0200 Subject: [PATCH] fix(docs): update docker-compose commands to use 'docker compose' syntax --- docs/fassets/guides/1-deploy-fassets-agent.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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