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

12 lines
259 B
YAML
Raw Normal View History

version: '3.7'
services:
mtg:
2020-05-11 22:42:14 +00:00
image: nineseconds/mtg:latest
container_name: proxy-mtproto
ports:
2020-05-11 23:18:20 +00:00
- "${EXTERNAL_PORT}:${INTERNAL_PORT}/tcp"
env_file: .env
restart: unless-stopped
2020-05-11 23:18:20 +00:00
command: "run ${MTPROTO_SECRET} ${MTPROTO_TAG}"