version: '3.7' services: mtg: image: nineseconds/mtg:latest container_name: proxy-mtproto ports: - "${MTG_IPV4_PORT}:${MTG_PORT}/tcp" env_file: .env restart: unless-stopped command: "run ${MTPROTO_SECRET:-} ${MTPROTO_TAG:-}"