[ADD] client compose file

This commit is contained in:
sajad sadrayieh 2021-02-23 16:33:36 +03:30
parent 847d475cc2
commit bbee9243e8

View File

@ -0,0 +1,9 @@
version: "3.7"
services:
pingtunnelServer:
image: esrrhs/pingtunnel:latest
restart: always
ports:
- 1080:1080
command: "./pingtunnel -type client -l 0.0.0.0:1080 -s www.yourserver.com -sock5 1 -key 123456"