Update docs
This commit is contained in:
parent
ad11453e01
commit
a1f73f73d7
@ -1,4 +1,4 @@
|
|||||||
IMMICH_URL=http://localhost:2283
|
IMMICH_URL=http://localhost:2283
|
||||||
PROXY_PUBLIC_URL=http://localhost:3000
|
PROXY_PUBLIC_URL=https://your-proxy-url.com
|
||||||
PORT=3000
|
PORT=3000
|
||||||
CACHE_AGE=2592000
|
CACHE_AGE=2592000
|
||||||
|
@ -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.
|
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
|
IMMICH_URL=http://localhost:2283
|
||||||
|
Loading…
Reference in New Issue
Block a user