Skip to content

Commit

Permalink
Merge pull request #1048 from Agenta-AI/docs_im
Browse files Browse the repository at this point in the history
Update agenta self-hosting instructions
  • Loading branch information
mmabrouk authored Dec 13, 2023
2 parents fce546f + b3eae34 commit 7dc4529
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/self-host/host-locally.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ You'll need Docker installed on your machine. If you don't have it yet, download
mkdir agenta && cd agenta
curl -L https://raw.githubusercontent.com/agenta-ai/agenta/main/docker-compose.gh.yml -o docker-compose.gh.yml
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>


## Starting agenta in Development Mode
Expand Down

0 comments on commit 7dc4529

Please sign in to comment.