Go to file
Aleksander Cynarski 37339e5911
All checks were successful
continuous-integration/drone/push Build is passing
new alpine
2021-11-23 03:45:18 +01:00
docker tinyproxy 1.11.0-rc1 2021-03-28 20:34:28 +02:00
.drone.yml tinyproxy 1.11.0-rc1 2021-03-28 20:34:28 +02:00
DOCKER_DEPLOY.md initial commit 2021-03-27 11:57:35 +01:00
Dockerfile new alpine 2021-11-23 03:45:18 +01:00
README.md tinyproxy 1.11.0-rc1 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