2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 19:17:33 +01:00

add tinyproxy

This commit is contained in:
kev
2016-11-05 21:31:25 +08:00
parent 7a7bc940e4
commit 049f89b707
4 changed files with 52 additions and 1 deletions

28
tinyproxy/README.md Normal file
View File

@@ -0,0 +1,28 @@
tinyproxy
=========
[Tinyproxy][1] is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems.
## docker-compose.yml
```yaml
tinyproxy:
image: vimagick/tinyproxy
ports:
- "8888:8888"
restart: always
```
## Server Setup
```bash
$ docker-compose up -d
```
## Client Setup
```bash
$ curl -x https://127.0.0.1:8888 https://ifconfig.co
```
[1]: https://tinyproxy.github.io/