error in launching docker container
bishiping opened this issue · 4 comments
bishiping commented
At README, on this step : https://github.com/9seconds/mtg#run-a-proxy
docker run -d -v $PWD/config.toml:/config.toml -p 443:3128 --name mtg-proxy --restart=unless-stopped nineseconds/mtg:2
missing /
arashnm80 commented
yes the missing slash fixes this step.
9seconds commented
Thanks. You can send PR if you want. I'll fix it later. Sorry, busy time for me
arashnm80 commented
@bishiping
issue fixed in the latest pull request, now can be closed.
9seconds commented
Thanks a lot!