> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langbot.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Docker Deployment

<Warning>
  Before you start, you may learn about in advanced:

  * Usage of `Docker` and `Docker Compose`
  * Docker container network communication configuration methods
</Warning>

<Info>
  * Please ensure Git, Docker, and Docker Compose are installed
</Info>

Clone the project:

```bash theme={null}
git clone https://github.com/langbot-app/LangBot
cd LangBot/docker
```

Start the container:

```bash theme={null}
docker compose up
```

The container maps port `5300` for WebUI access. You can visit `http://127.0.0.1:5300` to view the WebUI.\
It also maps ports `2280-2290` for reserved for message platform adapters.

After completing the LangBot deployment, please continue reading:

* [Bot Configuration Documentation](/en/deploy/platforms/readme).
* [Model Configuration Documentation](/en/deploy/models/readme).
