Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 290 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 290 Bytes

docker-grpcwebproxy

Dockerfile for the standalone Grpc Web Proxy

Build

$ docker build -t truedex/grpcwebproxy:latest .

Run

$ docker run --name gwp --network host -t truedex/grpcwebproxy:latest --backend_addr=:9945 --run_tls_server=false --allow_all_origins