immich/docker
Parsa c37bf9d5d0
fix: docker compose pull rate limit (#9600)
* 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
2024-05-20 09:58:47 -05:00
..
.gitignore Implemented image tagging using TensorFlow InceptionV3 (#28) 2022-02-19 22:42:10 -06:00
docker-compose.dev.yml feat: microservices be gone (#9551) 2024-05-17 14:44:30 +01:00
docker-compose.prod.yml feat: microservices be gone (#9551) 2024-05-17 14:44:30 +01:00
docker-compose.yml fix: docker compose pull rate limit (#9600) 2024-05-20 09:58:47 -05:00
example.env chore(server): default postgres hostname to compose service name (#9118) 2024-04-27 13:43:45 -04:00
hwaccel.ml.yml feat(server): fully accelerated nvenc (#9452) 2024-05-16 13:30:26 -04:00
hwaccel.transcoding.yml feat(server): fully accelerated nvenc (#9452) 2024-05-16 13:30:26 -04:00
prometheus.yml feat(server): OpenTelemetry integration (#7356) 2024-03-12 05:19:12 +00:00
README.md chore: add warning to compose file and readme (#5123) 2023-11-18 11:43:10 -06:00

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.