mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-24 22:30:58 +00:00
Add Cloud Run info
This commit is contained in:
parent
b90300ba2d
commit
889561aeb0
11
README.md
11
README.md
@ -31,6 +31,17 @@ gcr.io:
|
|||||||
docker run -d -p 8080:8080 gcr.io/tenox7/wrp:latest
|
docker run -d -p 8080:8080 gcr.io/tenox7/wrp:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Cloud Run
|
||||||
|
|
||||||
|
```shell
|
||||||
|
gcloud run deploy --image gcr.io/tenox7/wrp --platform managed
|
||||||
|
```
|
||||||
|
|
||||||
|
Or from [Web UI](https://console.cloud.google.com/run). Use `gcr.io/tenox7/wrp` as container image URL.
|
||||||
|
|
||||||
|
Note that Cloud Run forces redirect to https. Your browser support of encryption protocols and certification authorities will vary.
|
||||||
|
|
||||||
|
|
||||||
## Flags
|
## Flags
|
||||||
|
|
||||||
```flags
|
```flags
|
||||||
|
Loading…
Reference in New Issue
Block a user