From 35953b314c8a8e7a9af423581a143197a0fbad3e Mon Sep 17 00:00:00 2001 From: Dmitry Belyaev Date: Thu, 5 Mar 2026 13:54:16 +0300 Subject: [PATCH] Update README configuration options --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 944910d..6931ef5 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,13 @@ The image also includes `apache2-utils`, so you can generate and manage `htpassw ## Environment variables: - **SQUID_CONFIG_FILE**: Specify the configuration file for squid. Defaults to `/etc/squid/squid.conf`. +- **TZ**: Override the container timezone (for example, `Europe/Berlin`). + +You can configure Squid in multiple ways: + +- Replace the main configuration file by overriding `SQUID_CONFIG_FILE`. +- Add configuration snippets to `/etc/squid/conf.d`: all `*.conf` files from this directory are included at the **beginning** of the default configuration. +- Add configuration snippets to `/etc/squid/conf.d.tail`: all `*.conf` files from this directory are included at the **end** of the default configuration. ## Example: