diff --git a/compose.yml b/compose.yml index 77edca7..286e3e5 100644 --- a/compose.yml +++ b/compose.yml @@ -229,7 +229,7 @@ services: - backend minio: - image: minio/minio:RELEASE.2025-09-07T16-13-09Z + image: quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z environment: *minio-env healthcheck: test: ["CMD", "mc", "ready", "local"] @@ -350,7 +350,7 @@ services: web: - image: nginx:1.31.5 + image: nginx:1.31.6 configs: - source: nginx_conf target: /etc/nginx/conf.d/default.conf