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, "exposable": true,
"port": 8128, "port": 8128,
"id": "immich", "id": "immich",
"tipi_version": 54, "tipi_version": 55,
"version": "1.87.0", "version": "1.87.0",
"categories": [ "categories": [
"data", "data",

View File

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