Skip to content

Commit

Permalink
Update docker-compose command in host-locally.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
mmabrouk committed Dec 15, 2023
1 parent f36352d commit 2e9a57c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/self-host/host-locally.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ curl -L https://raw.githubusercontent.com/agenta-ai/agenta/main/docker-compose.g
docker compose -f docker-compose.gh.yml up -d
```

<Warning>To update to the last version of agenta. Please run
```bash
docker compose -f docker-compose.gh.yml up -d --pull always
```
Which forces docker to pull the last version of the image
</Warning>
<Warning>**To update to the last version of agenta**. Please run `docker compose -f docker-compose.gh.yml up -d --pull always` Which forces docker to pull the last version of the image</Warning>


## Starting agenta in Development Mode
Expand Down

0 comments on commit 2e9a57c

Please sign in to comment.