From 81955482a9d59333324131135434bd642dbaf90e Mon Sep 17 00:00:00 2001 From: fredbcode Date: Mon, 15 Nov 2021 13:03:02 +0100 Subject: [PATCH] Test pushrm --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/README.md b/README.md index 215290e..b57c202 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,56 @@ Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It r http://www.squid-cache.org/ +https://gitlab.com/fredbcode-images/squid + +**fredbcode:** + +- https://gitlab.com/fredbcode +- https://github.com/fredbcode + +**E2guardian Docker:** + +https://hub.docker.com/r/fredbcode/e2guardian + +**Quick start** + +``` +docker run --init -d --name="squid" \ + -v /path/to/yourconfig:/etc/squid \ + -v /path/to/yourlog:/var/log/squid \ + -p 3128:3128 \ + --restart=unless-stopped \ + fredbcode/squid +``` +Or with docker-compose + +``` +docker-compose up --scale squid=4 -d +``` + +**tags** + +- x.x -> latest stable version:**PROD** +- build-noprod -> latest build version (for testing purpose only) + +**Ports:** + +- 3128 proxy standalone + +**UID/GUID:** + +- 1161 + +**Supported architectures:** + +- adm64, armv8 + +**Where to file issues:** + +https://gitlab.com/fredbcode-images/squid + +http://www.squid-cache.org/ + Docker images for Squid, latest official version Arm Raspberry and X86