pingtunnel/docker-compose/client.yml

9 lines
221 B
YAML
Raw Permalink Normal View History

2023-02-22 16:29:12 +03:00
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 ${SERVER} -sock5 1 -key ${KEY}"