mirror of
https://github.com/tenox7/wrp.git
synced 2025-08-07 22:25:00 +00:00
Add Cloud Run info
This commit is contained in:
11
README.md
11
README.md
@@ -31,6 +31,17 @@ gcr.io:
|
||||
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
|
||||
|
Reference in New Issue
Block a user