diff --git a/apps/immich-no-machine/2.7.4/data.yml b/apps/immich-no-machine/2.7.5/data.yml similarity index 100% rename from apps/immich-no-machine/2.7.4/data.yml rename to apps/immich-no-machine/2.7.5/data.yml diff --git a/apps/immich-no-machine/2.7.4/docker-compose.yml b/apps/immich-no-machine/2.7.5/docker-compose.yml similarity index 96% rename from apps/immich-no-machine/2.7.4/docker-compose.yml rename to apps/immich-no-machine/2.7.5/docker-compose.yml index e71f2ead6..06c2926da 100644 --- a/apps/immich-no-machine/2.7.4/docker-compose.yml +++ b/apps/immich-no-machine/2.7.5/docker-compose.yml @@ -8,7 +8,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v2.7.4 + image: ghcr.io/immich-app/immich-server:v2.7.5 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/2.7.4/data.yml b/apps/immich-server/2.7.5/data.yml similarity index 100% rename from apps/immich-server/2.7.4/data.yml rename to apps/immich-server/2.7.5/data.yml diff --git a/apps/immich-server/2.7.4/docker-compose.yml b/apps/immich-server/2.7.5/docker-compose.yml similarity index 93% rename from apps/immich-server/2.7.4/docker-compose.yml rename to apps/immich-server/2.7.5/docker-compose.yml index f75007dd9..e86abb9c4 100644 --- a/apps/immich-server/2.7.4/docker-compose.yml +++ b/apps/immich-server/2.7.5/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v2.7.4 + image: ghcr.io/immich-app/immich-server:v2.7.5 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps"