Update README.md

This commit is contained in:
Alan Grainger 2024-10-30 09:20:11 +01:00 committed by GitHub
parent 3e613f64c8
commit 3645608314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,8 +37,8 @@ CACHE_AGE=2592000
``` ```
- `IMMICH_URL` is the URL to access Immich in your local network. This is not your public URL. - `IMMICH_URL` is the URL to access Immich in your local network. This is not your public URL.
- `API_KEY` get this from the Account Settings page of your Immich user account - `API_KEY` get this from the Account Settings page of your Immich user account.
- `CACHE_AGE` by default, assets will be cached for 30 days. Set this to 0 to disable caching. - `CACHE_AGE` this is setting the `cache-control` header, to tell the browser to cache the assets. Set to 0 to disable caching.
3. Start the docker container: 3. Start the docker container: