注册后获取认证码,连接成功后会显示分配的域名及端口。
docker run -d --net host --name cpolarc -v /root/data/cpolar.yml:/root/.cpolar/cpolar.yml solyhe84/cpolarc
services:
cpolarc:
image: solyhe84/cpolarc:latest
container_name: cpolarc
network_mode: host
# privileged: true
volumes:
- ./cpolar.yml:/root/.cpolar/cpolar.yml
restart: always
authtoken: MDI4ODQ1ZjEtMxxxxMDNjZmJj
tunnels:
ssh:
proto: tcp
addr: "22"
website:
proto: http
addr: "192.168.1.88:8080"
region: cn
Content type
Image
Digest
sha256:d3c95f75a…
Size
17.7 MB
Last updated
almost 2 years ago
docker pull solyhe84/cpolarc