chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1.102.3 (#3234)

This commit is contained in:
renovate[bot] 2024-04-20 21:32:50 +00:00 committed by GitHub
parent 2c8950df1f
commit 372e9b1a2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8128,
"id": "immich",
"tipi_version": 85,
"version": "1.102.2",
"tipi_version": 86,
"version": "1.102.3",
"categories": [
"data",
"photography"

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
immich:
container_name: immich
image: ghcr.io/immich-app/immich-server:v1.102.2
image: ghcr.io/immich-app/immich-server:v1.102.3
command: ["start-server.sh"]
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@ -52,7 +52,7 @@ services:
immich-microservices:
container_name: immich-microservices
image: ghcr.io/immich-app/immich-server:v1.102.2
image: ghcr.io/immich-app/immich-server:v1.102.3
command: ["start-microservices.sh"]
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload