1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-28 03:41:58 +00:00

Update docs

This commit is contained in:
Alan Grainger 2024-10-31 14:03:53 +01:00
parent ad11453e01
commit a1f73f73d7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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