Update README.md to clarify instructions for editing config.yaml
This commit is contained in:
@@ -9,7 +9,7 @@ HTTP‑шлюз на Go для [Telemt Control API](docs/API.md): один по
|
|||||||
```bash
|
```bash
|
||||||
git clone <url-репозитория> && cd telemt-api
|
git clone <url-репозитория> && cd telemt-api
|
||||||
cp config.example.yaml config.yaml
|
cp config.example.yaml config.yaml
|
||||||
# отредактируйте config.yaml: servers, whitelist_cidrs или allow_all для разработки
|
# отредактируйте config.yaml: servers, whitelist_cidrs или allow_all для разработки
|
||||||
docker build -t telemt-api-gateway:local .
|
docker build -t telemt-api-gateway:local .
|
||||||
docker run -d --name telemt-gateway \
|
docker run -d --name telemt-gateway \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
|
|||||||
Reference in New Issue
Block a user