[docs] change listen to connect :D

This commit is contained in:
Artur Mukhamadiev 2026-01-26 00:39:20 +03:00
parent dc82c29556
commit 9b482ae956

View File

@ -37,7 +37,7 @@ docker build -t cloud-point-rpc .
```
### 2. Run Container
The cli will listen to port defined in config.yml file. (defined in `config.yaml` inside the image).
The cli will try to connect to a **running server** on ip and port defined in config.yml file. (defined in `config.yaml` inside the image).
For simplicity, it's better to use a host network, so you will not have any headache with accessability.
> *Server is not configured to run through container, if you need, contact me*