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:
parent
ad11453e01
commit
a1f73f73d7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue