Skip to content

Commit

Permalink
fix(docs): update docker-compose commands to use 'docker compose' syn…
Browse files Browse the repository at this point in the history
…tax (#412)
  • Loading branch information
fassko authored Dec 17, 2024
2 parents 45051b6 + 7d87fb6 commit 8f0e4d8
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
```

### Execute User Bot Commands
Expand All @@ -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
Expand Down

0 comments on commit 8f0e4d8

Please sign in to comment.