对外暴露minio
This commit is contained in:
parent
9597160ad9
commit
51793db496
13
ReadMe.md
13
ReadMe.md
|
@ -706,3 +706,16 @@ cpolar tcp 22
|
||||||
Forwarding 17.tcp.cpolar.top/-> http://localhost:22
|
Forwarding 17.tcp.cpolar.top/-> http://localhost:22
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## minio
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker run -id --network host --name cpolar_minio probezy/cpolar
|
||||||
|
docker update --restart=always cpolar_minio
|
||||||
|
docker exec -it cpolar_minio bash
|
||||||
|
cpolar authtoken M2E0OGMxYmEtNDVhOC00NDQ1LWE0M2EtM2IxNjVhNTI0MzI2
|
||||||
|
cpolar http 9090
|
||||||
|
Forwarding http://3f8e566b.r3.cpolar.cn -> http://localhost:9090
|
||||||
|
Forwarding https://3f8e566b.r3.cpolar.cn -> http://localhost:9090
|
||||||
|
```
|
||||||
|
|
||||||
|

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