From b68fa031dd6bf04b25777e84dd3cf06b9a4633f9 Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Fri, 1 Nov 2024 06:08:21 +0100 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25895a2..b8503b5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ CACHE_AGE=2592000 - `IMMICH_URL` is the URL to access Immich in your local network. This is not your public URL. - `PROXY_PUBLIC_URL` is the public URL for your proxy. - `PORT` is the external port you want for the docker container. -- `CACHE_AGE` this is setting the `cache-control` header, to tell the browser to cache the assets. Set to 0 to disable caching. +- `CACHE_AGE` this is setting the Cache-Control header, to tell the visitor's browser to cache the assets. Set to 0 to disable caching. By default this is 30 days. 3. Start the docker container: