1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/tinyproxy
2024-04-10 05:05:10 -04:00
..
data update tinyproxy 2021-11-30 15:46:01 +08:00
docker-compose.yml update tinyproxy 2021-11-30 15:46:01 +08:00
Dockerfile Merge fe16052056916f9d3572f0a1235fedf9878d0b01 into bfe9d95e050fe52d51b08213455d2f28af94e011 2024-04-10 05:05:10 -04:00
README.md 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