dotcypress / mtproxy

[WIP] MTProto proxy server
Apache License 2.0
195 stars 21 forks source link

proxy secret can't change at Docker version #19

Open iamhaifeng opened 6 years ago

iamhaifeng commented 6 years ago

Context

Expected Behavior

I want to change proxy secret .

Current Behavior

The default proxy secret can't change.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. docker pull dotcypress/mtproxy
  2. docker run --name 'mtproto_proxy' --restart unless-stopped -p 1984:1984 -dti dotcypress/mtproxy -s 'changed'
  3. docker logs mtproto_proxy
  4. I found the proxy secret can't change.

Failure Logs

the proxy secret can't change