From a1f73f73d73c1c602d7f2a7f64dbb0252477f4cf Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Thu, 31 Oct 2024 14:03:53 +0100 Subject: [PATCH] Update docs --- .env.example | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 11bfcad..6bd1d6c 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ IMMICH_URL=http://localhost:2283 -PROXY_PUBLIC_URL=http://localhost:3000 +PROXY_PUBLIC_URL=https://your-proxy-url.com PORT=3000 CACHE_AGE=2592000 diff --git a/README.md b/README.md index 744b626..29118ac 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Here is an example setup for [securing Immich behind mTLS](./docs/securing-immic 1. Download the [docker-compose.yml](https://github.com/alangrainger/immich-public-proxy/blob/main/docker-compose.yml) file. -2. Create a `.env` file to configure the app. +2. Create a `.env` file to configure the app: ``` IMMICH_URL=http://localhost:2283