Skip to content

Commit

Permalink
Merge pull request #2383 from Agenta-AI/readme-port
Browse files Browse the repository at this point in the history
Add port to README.md
  • Loading branch information
jp-agenta authored Dec 19, 2024
2 parents bebc810 + 41fb269 commit c1729a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ 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
```

- Agenta uses port 80, to use a different port set the env var AGENTA_PORT. For instance `export AGENTA_PORT=90`
- Add `--pull always` to the last command to upgrade your version of Agenta.

# Disabling Anonymized Tracking

By default, Agenta automatically reports anonymized basic usage statistics. This helps us understand how Agenta is used and track its overall usage and growth. This data does not include any sensitive information. To disable anonymized telemetry, follow these steps:
Expand Down

0 comments on commit c1729a0

Please sign in to comment.