pingtunnel/docker-compose
2023-02-22 21:29:12 +08:00
..
.env add 2023-02-22 21:29:12 +08:00
client.yml add 2023-02-22 21:29:12 +08:00
Readme.md add 2023-02-22 21:29:12 +08:00
server.yml add 2023-02-22 21:29:12 +08:00

Deploy with docker-compose

First edit .env file in this directory to your appropriate value.

Then run stack with these commands:

  • in the server
docker-compose -f server.yml up -d
  • in client machine
docker-compose -f client.yml up -d

Now use socks5 proxy at port 1080 of your client machine