Open paolobasso99 opened 3 years ago
Did you get it to work?
I fixed it by cloning this repo and editting the Dockerfile
I did not fix this, can you share your Dockerfile?
I did not fix this, can you share your Dockerfile?
Change ENTRYPOINT ["/usr/local/morty/morty"] to ENTRYPOINT ["/usr/local/morty/morty", "-socks5", "ip:port"]
Its hardcoded but "command" does not seem to work either so.
Thank you! I will try it soon.
For me this works:
command: -socks5 socks5://ip:port
I've seen in #70 that morty support using a socks5 proxy but I have not found any documentation on how to actually setup this proxy. I have tried using:
But it does not proxy the traffic. Am i missing something?