pingtunnel/docker-compose/client.yml

9 lines
221 B
YAML
Raw Normal View History

2021-02-23 16:03:36 +03:00
version: "3.7"
services:
pingtunnelServer:
image: esrrhs/pingtunnel:latest
restart: always
ports:
- 1080:1080
2021-02-23 16:09:19 +03:00
command: "./pingtunnel -type client -l 0.0.0.0:1080 -s ${SERVER} -sock5 1 -key ${KEY}"