README.md aktualisiert
Rename IMMICH_URL to IMMICH_BASE_URL
This commit is contained in:
parent
fa224e66e4
commit
2865d787d7
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ Create an API key in your Immich settings and set `IMMICH_API_KEY` to is value.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run --name=immich-exporter \
|
docker run --name=immich-exporter \
|
||||||
-e IMMICH_URL=http://192.168.1.10:8080 \
|
-e IMMICH_BASE_URL=http://192.168.1.10:8080 \
|
||||||
-e IMMICH_API_KEY=<your_api_key> \
|
-e IMMICH_API_KEY=<your_api_key> \
|
||||||
-p 8090:8090 \
|
-p 8090:8090 \
|
||||||
martabal/immich-exporter
|
martabal/immich-exporter
|
||||||
|
@ -34,7 +34,7 @@ services:
|
||||||
image: martabal/immich-exporter:latest
|
image: martabal/immich-exporter:latest
|
||||||
container_name: immich-exporter
|
container_name: immich-exporter
|
||||||
environment:
|
environment:
|
||||||
- IMMICH_URL=http://192.168.1.10:8080
|
- IMMICH_BASE_URL=http://192.168.1.10:8080
|
||||||
- IMMICH_API_KEY=<your_api_key>
|
- IMMICH_API_KEY=<your_api_key>
|
||||||
ports:
|
ports:
|
||||||
- 8090:8090
|
- 8090:8090
|
||||||
|
|
Loading…
Reference in a new issue