From dd6fcdedd1fedaa38de7479859aaf105ebc0bfe4 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Thu, 23 Oct 2025 16:02:30 +0000 Subject: [PATCH] update service versions --- immich/docker-compose.yml | 2 +- prometheus/docker-compose.yml | 2 +- uptime_kuma/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 6ace2b9..2b1fadd 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -9,7 +9,7 @@ networks: services: immich-server: container_name: immich_server - image: ghcr.io/immich-app/immich-server:v1.143.1 + image: ghcr.io/immich-app/immich-server:v2.1.0 volumes: # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file - ${UPLOAD_LOCATION}:/data diff --git a/prometheus/docker-compose.yml b/prometheus/docker-compose.yml index b6a6270..e0cc8b7 100644 --- a/prometheus/docker-compose.yml +++ b/prometheus/docker-compose.yml @@ -12,7 +12,7 @@ networks: services: prometheus: - image: prom/prometheus:v3.6.0 + image: prom/prometheus:v3.7.2 container_name: prometheus restart: unless-stopped networks: diff --git a/uptime_kuma/docker-compose.yml b/uptime_kuma/docker-compose.yml index 1b56123..6044126 100644 --- a/uptime_kuma/docker-compose.yml +++ b/uptime_kuma/docker-compose.yml @@ -6,7 +6,7 @@ networks: services: uptime-kuma: - image: louislam/uptime-kuma:1 + image: louislam/uptime-kuma:2 container_name: uptime_kuma restart: unless-stopped volumes: