9seconds/mtg

error in launching docker container

bishiping opened this issue · 4 comments

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 /

yes the missing slash fixes this step.

Thanks. You can send PR if you want. I'll fix it later. Sorry, busy time for me

@bishiping
issue fixed in the latest pull request, now can be closed.

Thanks a lot!