An open API service indexing awesome lists of open source software.

https://github.com/chneau/docker-nginx-proxy


https://github.com/chneau/docker-nginx-proxy

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# docker-proxy

Docker image used to proxy requests to another host.

## Test it!

```bash
docker run --rm -it -e PROXY_PASS=https://httpbin.org -p 7777:8080 ghcr.io/chneau/nginx-proxy
# open your browser at http://localhost:7777 to see the httpbin.org
```

## Typical usage

```bash
docker run --rm -it -e PROXY_PASS=https://app.posthog.com -p 7777:8080 ghcr.io/chneau/nginx-proxy
```