docker-stacks/proxy-mtproto/docker-compose.yml

12 lines
263 B
YAML
Raw Normal View History

version: '3.7'
services:
mtg:
image: nineseconds/mtg:stable
container_name: proxy-mtproto
ports:
- "${MTG_IPV4_PORT}:${MTG_PORT}/tcp"
env_file: .env
restart: unless-stopped
2020-05-11 22:20:07 +00:00
command: "/mtg run ${MTPROTO_SECRET:-} ${MTPROTO_TAG:-}"