1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/tinyproxy
2021-06-16 18:24:29 +08:00
..
data update tinyproxy 2021-06-16 18:24:29 +08:00
docker-compose.yml update tinyproxy 2021-06-16 18:24:29 +08:00
Dockerfile swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
README.md update tinyproxy 2021-06-16 18:24:29 +08:00

tinyproxy

Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems.

docker-compose.yml

tinyproxy:
  image: vimagick/tinyproxy
  ports:
    - "8888:8888"
  volumes:
    - ./data:/etc/tinyproxy
  restart: unless-stopped

Server Setup

$ docker-compose up -d

Client Setup

$ curl -x https://127.0.0.1:8888 https://ifconfig.co