A simple HTTP proxy running in docker.
226
A simple HTTP proxy running in docker.
https://github.com/ha1fdan/tinyproxy
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
Content type
Image
Digest
sha256:432b5860a…
Size
3.7 MB
Last updated
11 months ago
docker pull ha1fdan/tinyproxy