2019-04-10 18:06:49 +00:00
|
|
|
version: '3.7'
|
|
|
|
|
|
|
|
services:
|
|
|
|
mtg:
|
|
|
|
image: nineseconds/mtg:stable
|
|
|
|
container_name: proxy-mtproto
|
|
|
|
ports:
|
2019-04-15 20:08:19 +00:00
|
|
|
- "${MTG_IPV4_PORT}:${MTG_PORT}/tcp"
|
2019-04-10 18:06:49 +00:00
|
|
|
env_file: .env
|
|
|
|
restart: unless-stopped
|
|
|
|
command: "${MTPROTO_SECRET} ${MTPROTO_TAG}"
|