tinyproxy 1.11.0-rc1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-03-27 12:29:48 +01:00
parent 82009192e3
commit b5011fb187
7 changed files with 59 additions and 17 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# 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
```