Update README.md

This commit is contained in:
borisovmsw 2026-03-20 08:19:54 +03:00 committed by GitHub
parent d98f576bca
commit 82366b9a90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -130,10 +130,8 @@ pyinstaller packaging/windows.spec
### 1) Linux/NAS
Сборка запуск
Клонируем репозиторий и далее собираем образ и запускаем контейнер
```bash
sudo apt update && sudo apt install git
git clone https://github.com/borisovmsw/tg-ws-proxy.git
cd tg-ws-proxy
docker build -t tg-proxy .
docker run -d --name tg-proxy -p 1080:1080 tg-proxy:latest -u userx -P 123456
```