Skip to content

Commit

Permalink
docs: fix typo (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Oct 31, 2024
1 parent ea012fb commit c28dc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-tos/deploy-self-hosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ With the self-hosted deployment option, you are responsible for managing the inf
You will need to do the following:

1. Deploy Redis and Postgres instances on your own infrastructure.
2. Build a docker image with the [LangGraph Sever](../concepts/langgraph_server.md) using the [LangGraph CLI](../concepts/langgraph_cli.md).
2. Build a docker image with the [LangGraph Server](../concepts/langgraph_server.md) using the [LangGraph CLI](../concepts/langgraph_cli.md).
3. Deploy a web server that will run the docker image and pass in the necessary environment variables.

## Environment Variables
Expand Down

0 comments on commit c28dc26

Please sign in to comment.