Update immich to v1.138.1 (#1324)
This commit is contained in:
parent
54812bd685
commit
89288c11b5
|
|
@ -6,7 +6,7 @@ name: immich-machine-learning
|
|||
|
||||
services:
|
||||
immich-machine-learning:
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.138.0
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.138.1
|
||||
container_name: immich-machine-learning-${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -8,7 +8,7 @@ services:
|
|||
immich-server:
|
||||
depends_on:
|
||||
- immich-pg14-vectors
|
||||
image: ghcr.io/immich-app/immich-server:v1.138.0
|
||||
image: ghcr.io/immich-app/immich-server:v1.138.1
|
||||
container_name: immich-server-${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -6,7 +6,7 @@ name: immich-server
|
|||
|
||||
services:
|
||||
immich-server:
|
||||
image: ghcr.io/immich-app/immich-server:v1.138.0
|
||||
image: ghcr.io/immich-app/immich-server:v1.138.1
|
||||
container_name: immich-server-${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
@ -29,7 +29,7 @@ services:
|
|||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
image: altran1502/immich-machine-learning:v1.137.3
|
||||
image: altran1502/immich-machine-learning:v1.138.1
|
||||
volumes:
|
||||
- ${CACHE_PATH}:/cache
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue