RUM reverse proxy for CoScale on-premises that are not exposed to the internet.
366
RUM reverse proxy for CoScale on-premises that are not exposed to the internet.
docker run -d \
-p 0.0.0.0:6080:80 \
-p 0.0.0.0:6443:443 \
-v $PWD/ssl:/data/ssl:ro \
-e "ENABLE_HTTPS=1" \
-e "DESTINATION=https://test.coscale.com/" \
--name rumproxy coscale/rum-proxy:latest
Content type
Image
Digest
Size
79.3 MB
Last updated
about 8 years ago
docker pull coscale/rum-proxy