proxy-mtproto. Fixed command.

This commit is contained in:
Alexey Skobkin 2020-05-12 01:09:48 +03:00
parent c1f6449757
commit e983a11601
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ services:
- "${MTG_IPV4_PORT}:${MTG_PORT}/tcp"
env_file: .env
restart: unless-stopped
command: "${MTPROTO_SECRET} ${MTPROTO_TAG}"
command: "/mtg ${MTPROTO_SECRET:-} ${MTPROTO_TAG:-}"