proxy-mtproto. Fixed command.
This commit is contained in:
parent
b62b4c3144
commit
c8d26b9563
|
@ -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: "/mtg run ${MTPROTO_SECRET:-} ${MTPROTO_TAG:-}"
|
command: "run ${MTPROTO_SECRET:-} ${MTPROTO_TAG:-}"
|
||||||
|
|
Loading…
Reference in a new issue