Skip to content

Instantly share code, notes, and snippets.

@ILoveBacteria
Created August 23, 2024 18:47
Show Gist options
  • Save ILoveBacteria/5a4cbb0e321d9c976a857a0d2bcdeebc to your computer and use it in GitHub Desktop.
Save ILoveBacteria/5a4cbb0e321d9c976a857a0d2bcdeebc to your computer and use it in GitHub Desktop.
Setup Mtproto Telegram proxy
# docker-compose.yml
services:
mtproto-proxy:
image: telegrammessenger/proxy
container_name: mtproto-proxy
restart: always
ports:
- "10000:443"
volumes:
- proxy-config:/data
volumes:
proxy-config:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment