2021-02-23 16:30:21 +03:30

8 lines
177 B
YAML

version: "3.7"
services:
pingtunnelServer:
image: esrrhs/pingtunnel:latest
restart: always
network_mode: host
command: "./pingtunnel -type server -key 123456"