Skip to content

Instantly share code, notes, and snippets.

@squizduos
Last active September 23, 2019 20:33
Show Gist options
  • Save squizduos/12d34997b520b07fc500649348ea13a9 to your computer and use it in GitHub Desktop.
Save squizduos/12d34997b520b07fc500649348ea13a9 to your computer and use it in GitHub Desktop.
Telegram MTProto proxy with Docker
version: '3'
services:
mtproto:
image: telegrammessenger/proxy:latest
ports:
- 51820:443
restart: always
volumes:
- ./data:/data # Replace it to your volume, if need
environment:
- TAG=<PLACE YOUR TAG HERE>
- SECRET=<PLACE YOUR SECRET HERE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment