Aleksander Cynarski 37339e5911
All checks were successful
continuous-integration/drone/push Build is passing
new alpine
2021-11-23 03:45:18 +01:00
2021-03-28 20:34:28 +02:00
2021-03-28 20:34:28 +02:00
2021-03-27 11:57:35 +01:00
2021-11-23 03:45:18 +01:00
2021-03-28 20:34:28 +02:00

Tinyproxy 1.11.0-rc1

Usage (docker-compose)

version: "3.5"

services:
  tinyproxy:
    image: paramah/tinyproxy
    networks:
      - proxy_network
    ports:
      - "8888:8888"
    environment:
      TINYPROXY_TIMEOUT: 10
      TINYPROXY_MAXCLIENTS: 200
Description
No description provided
Readme 31 KiB
Languages
Dockerfile 88.1%
Shell 11.9%