Skip to content

Commit

Permalink
fix(docs): correct 'docker compose' to 'docker-compose' in agent bot …
Browse files Browse the repository at this point in the history
…command examples
  • Loading branch information
fassko committed Dec 17, 2024
1 parent cbcf073 commit 8bc850b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fassets/guides/1-deploy-fassets-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Full reference for the agent bot commands can be found in the [FAssets Agent Bot Command Line Reference](/fassets/reference/agent-bot).
Expand All @@ -254,7 +254,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
Expand Down

0 comments on commit 8bc850b

Please sign in to comment.