Skip to content

Instantly share code, notes, and snippets.

@mahmoud-eskandari
Created February 8, 2022 09:31
Show Gist options
  • Save mahmoud-eskandari/bbf3d8f0263515206f18457212d68de2 to your computer and use it in GitHub Desktop.
Save mahmoud-eskandari/bbf3d8f0263515206f18457212d68de2 to your computer and use it in GitHub Desktop.
squid-authenticated Docker / Telegram mtproto
version: '3.8'
services:
sq:
image: robhaswell/squid-authenticated
restart: always
ports:
- "3128:3128"
environment:
- "SQUID_USERNAME=user"
- "SQUID_PASSWORD=pass..."
mtproto:
image: telegrammessenger/proxy:latest
restart: always
ports:
- "0.0.0.0:443:443"
volumes:
- "./proto-config:/data"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment