9 lines
221 B
YAML
Raw Normal View History

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