This commit is contained in:
parent
df7c001ac3
commit
2469e18da3
29
ReadMe.md
29
ReadMe.md
|
@ -322,7 +322,7 @@ docker update --restart=always 797dd44f5ce0
|
|||
sudo yum install docker-ce docker-ce-cli containerd.io
|
||||
|
||||
sudo yum install curl
|
||||
udo curl -L https://download.fastgit.org/docker/compose/releases/download/1.27.4/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
|
||||
curl -L https://get.daocloud.io/docker/compose/releases/download/1.25.4/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
|
||||
|
||||
sudo chmod +x /usr/local/bin/docker-compose
|
||||
|
||||
|
@ -761,3 +761,30 @@ Forwarding https://3f8e566b.r3.cpolar.cn -> http://localhost:9090
|
|||
```
|
||||
|
||||

|
||||
|
||||
# 个人端口
|
||||
|
||||
## demo1
|
||||
|
||||
sky端口
|
||||
|
||||
密码:12345678
|
||||
|
||||
```sh
|
||||
docker run -id --network host --name cpolar_demo_sky probezy/cpolar
|
||||
docker update --restart=always cpolar_demo_sky
|
||||
docker exec -it cpolar_demo_sky bash
|
||||
cpolar authtoken NWI4Yzg4NjItMjllZS00NGE4LTljMmEtNWMyNzFmZWFlNDEw
|
||||
cpolar http 1000
|
||||
|
||||
Tunnel Status online
|
||||
Account 2@ace-equip.com.cn (Plan: Free)
|
||||
Version 3.18/3.22
|
||||
Web Interface 127.0.0.1:4064
|
||||
Forwarding http://60169880.r3.cpolar.top -> http://localhost:1000
|
||||
Forwarding https://60169880.r3.cpolar.top -> http://localhost:1000
|
||||
```
|
||||
|
||||
|
||||
|
||||

|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue