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

https://github.com/laspavel/tinyproxy-docker

Simple proxy-server tinyproxy on alpine linux.
https://github.com/laspavel/tinyproxy-docker

docker docker-compose dockerfile tinyproxy

Last synced: 7 months ago
JSON representation

Simple proxy-server tinyproxy on alpine linux.

Awesome Lists containing this project

README

          

![](https://img.shields.io/github/v/release/laspavel/tinyproxy-docker) ![](https://img.shields.io/docker/pulls/laspavel/tinyproxy) ![](https://img.shields.io/github/license/laspavel/tinyproxy-docker)

# tinyproxy in Docker
dockerfile for tinyproxy on alpine linux.

# proxy port
port is ```8888```.

# how to use
```docker run -d -p 8888:8888 laspavel/tinyproxy -v tinyproxy.conf:/etc/tinyproxy/tinyproxy.conf```