self-hosted/mtproxy/docker-compose.yml

14 lines
239 B
YAML
Raw Permalink Normal View History

2024-03-24 13:06:12 +01:00
version: "3.7"
services:
mtproxy:
image: ghcr.io/dofamin/mtproxy-docker:main
init: true
container_name: mtproxy
environment:
- MTPROTO_REPO_URL
- SECRET
- WORKERS
- TZ
ports:
- 8388:8889