Sign inSign up

ha1fdan/tinyproxy

By ha1fdan

Updated 11 months ago

A simple HTTP proxy running in docker.

Image
Networking
Web servers
0

226

ha1fdan/tinyproxy repository overview

tinyproxy

A simple HTTP proxy running in docker.

https://github.com/ha1fdan/tinyproxy

Example

compose.yml:

services:
  tinyproxy:
    image: ha1fdan/tinyproxy:latest
    container_name: tinyproxy
    ports:
      - "8888:8888"
    environment:
      - PROXY_USER=user
      - PROXY_PASS=userPass123
    restart: always
    dns:
      - 1.1.1.1
      - 1.0.0.1
    healthcheck:
      test: ["CMD", "wget", "-qO-", "http://localhost:8888"]
      interval: 30m
      timeout: 5s
      retries: 3

Tag summary

Content type

Image

Digest

sha256:432b5860a

Size

3.7 MB

Last updated

11 months ago

docker pull ha1fdan/tinyproxy