Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

docker-compose file for telegram mtproto proxy autoupdate

Notifications You must be signed in to change notification settings

fornex-com/docker-compose-mtproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

docker-compose-mtproxy

With docker-compose file you can easy install telegram mtproto proxy and configure it.

Also build in watchdog check for update telegram-proxy server and if new version come - update it and restart without any action from you.

Install Docker and Compose

Install Docker core: https://docs.docker.com/engine/install/ubuntu/

Install via apt compose plugini (ubuntu/debian):

apt install docker-compose-plugin

Clone repository

git clone https://github.com/fornex-com/docker-compose-mtproxy.git

Edit config.env

In that file you can configure:

  • TAG Value, for promote channel
  • Preset SECRET, UP TO 16
  • Secret count for generate, UP TO 16
  • Workers count

Change proxy port

By default, proxy start at 110 port, if you want another - edit docker-compose.yml:

  • "110:443"

Start proxy

go to folder with that repository:

cd docker-compose-mtproxy

and run:

docker compose up -d

Get logs and connections info

docker compose logs

Stop proxy

From repository folder:

docker compose down

Links

About

docker-compose file for telegram mtproto proxy autoupdate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%