proxy-mtproto. Fixed command.

This commit is contained in:
Alexey Skobkin 2020-05-12 01:21:18 +03:00
parent b62b4c3144
commit c8d26b9563
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

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