chore: switch from Docker Hub examples to Github Container Registry (#15)

The docker hub images haven't been updated for several months, I ran into errors following the examples in the readme.
This commit is contained in:
Tim 2024-01-10 20:48:37 +08:00 committed by GitHub
parent c59a3d23d6
commit bd5c47c7fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ docker run --name=immich-exporter \
-e IMMICH_BASE_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 ghcr.io/martabal/immich-exporter
``` ```
### Docker-compose ### Docker-compose
@ -31,7 +31,7 @@ docker run --name=immich-exporter \
version: "2.1" version: "2.1"
services: services:
immich: immich:
image: martabal/immich-exporter:latest image: ghcr.io/martabal/immich-exporter:latest
container_name: immich-exporter container_name: immich-exporter
environment: environment:
- IMMICH_BASE_URL=http://192.168.1.10:8080 - IMMICH_BASE_URL=http://192.168.1.10:8080