proxy-mtproto. Fixed command.
This commit is contained in:
parent
c1f6449757
commit
e983a11601
|
@ -8,4 +8,4 @@ services:
|
||||||
- "${MTG_IPV4_PORT}:${MTG_PORT}/tcp"
|
- "${MTG_IPV4_PORT}:${MTG_PORT}/tcp"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: "${MTPROTO_SECRET} ${MTPROTO_TAG}"
|
command: "/mtg ${MTPROTO_SECRET:-} ${MTPROTO_TAG:-}"
|
||||||
|
|
Loading…
Reference in a new issue