dockerfiles/tinyproxy
kev d671fd0c76 update tinyproxy 2021-11-30 15:46:01 +08:00
..
data update tinyproxy 2021-11-30 15:46:01 +08:00
Dockerfile update tinyproxy 2021-11-30 15:46:01 +08:00
README.md update tinyproxy 2021-11-30 15:46:01 +08:00
docker-compose.yml update tinyproxy 2021-11-30 15:46:01 +08:00

tinyproxy

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

docker-compose.yml

version: "3.8"
services:
  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