对外暴露minio

This commit is contained in:
Bunny 2024-01-11 16:39:51 +08:00
parent 9597160ad9
commit 51793db496
2 changed files with 13 additions and 0 deletions

View File

@ -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
```
![image-20240111163518185](./images/image-20240111163518185.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB