Fix Immich Version Mismatch (#1623)

This commit is contained in:
DrMxrcy 2023-11-18 02:26:42 -05:00 committed by GitHub
parent 57be4eb59c
commit 90c7dbfee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"exposable": true,
"port": 8128,
"id": "immich",
"tipi_version": 54,
"tipi_version": 55,
"version": "1.87.0",
"categories": [
"data",

View File

@ -43,7 +43,7 @@ services:
immich-server:
container_name: immich-server
image: altran1502/immich-server:v1.86.0
image: altran1502/immich-server:v1.87.0
command: ["start-server.sh"]
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@ -68,7 +68,7 @@ services:
immich-microservices:
container_name: immich-microservices
image: altran1502/immich-server:v1.86.0
image: altran1502/immich-server:v1.87.0
command: ["start-microservices.sh"]
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@ -114,7 +114,7 @@ services:
immich-web:
container_name: immich-web
image: altran1502/immich-web:v1.86.0
image: altran1502/immich-web:v1.87.0
restart: unless-stopped
networks:
- tipi_main_network