Created
August 23, 2024 18:47
-
-
Save ILoveBacteria/5a4cbb0e321d9c976a857a0d2bcdeebc to your computer and use it in GitHub Desktop.
Setup Mtproto Telegram proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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