mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
* fix: docker compose pull rate limit with "registry.hub.docker.com/" behind the image name, there was an issue where "docker compose up -d" would throw a rate-limiting error, even when logged in using a docker account. it doesn't really matter where the image is downloaded from as long as it has the same sha256 hash in docker-compose.yml * fix: use `docker.io/` for image reference in docker-compose.yml |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| docker-compose.dev.yml | ||
| docker-compose.prod.yml | ||
| docker-compose.yml | ||
| example.env | ||
| hwaccel.ml.yml | ||
| hwaccel.transcoding.yml | ||
| prometheus.yml | ||
| README.md | ||
Caution
Make sure to use the docker-compose.yml of the current release: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
The compose file on main may not be compatible with the latest release.