Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
chore: switch from Docker Hub examples to Github Container Registry (#15
Browse files Browse the repository at this point in the history
)

The docker hub images haven't been updated for several months, I ran into errors following the examples in the readme.
  • Loading branch information
Georift committed Jan 10, 2024
1 parent c59a3d2 commit bd5c47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker run --name=immich-exporter \
-e IMMICH_BASE_URL=http://192.168.1.10:8080 \
-e IMMICH_API_KEY=<your_api_key> \
-p 8090:8090 \
martabal/immich-exporter
ghcr.io/martabal/immich-exporter
```

### Docker-compose
Expand All @@ -31,7 +31,7 @@ docker run --name=immich-exporter \
version: "2.1"
services:
immich:
image: martabal/immich-exporter:latest
image: ghcr.io/martabal/immich-exporter:latest
container_name: immich-exporter
environment:
- IMMICH_BASE_URL=http://192.168.1.10:8080
Expand Down

0 comments on commit bd5c47c

Please sign in to comment.