Sign inSign up

hardeneduser/tinyproxy

By hardeneduser

Updated about 2 months ago

tinyproxy - a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems

Image
Networking
Security
Web servers
0

241

hardeneduser/tinyproxy repository overview

tinyproxy, ready to run in Docker.

Source https://github.com/hardened-user/docker-collection

Docker Compose Example

---
services:
  tinyproxy:
    image: "hardeneduser/tinyproxy:latest"
    container_name: "tinyproxy"
    restart: unless-stopped
    environment:
      TINYPROXY_ALLOW: "0.0.0.0/0, ::/0"
      TINYPROXY_BASICAUTH_USER: "user"
      TINYPROXY_BASICAUTH_PASS: "pass"
    network_mode: host
$ docker compose up -d

Tag summary

Content type

Image

Digest

sha256:e76593b6b

Size

4.8 MB

Last updated

about 2 months ago

docker pull hardeneduser/tinyproxy