cors-anywhere docker image

This image provides cors-anywhere service.

Example

Run

docker run --restart always -d --name cors-anywhere -p 8080:8080 orrisroot/cors-anywhere

Request

curl --request GET \
  --url http://localhost:8080/http://example.com \
  --header 'origin: *'