chore(deps): update manual-merge-packages to v1.93.1 (#2181)
This commit is contained in:
parent
b19d5d1591
commit
e957a17bba
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8128,
|
||||
"id": "immich",
|
||||
"tipi_version": 69,
|
||||
"version": "1.93.0",
|
||||
"tipi_version": 70,
|
||||
"version": "1.93.1",
|
||||
"categories": [
|
||||
"data",
|
||||
"photography"
|
||||
|
|
|
@ -4,7 +4,7 @@ services:
|
|||
|
||||
immich:
|
||||
container_name: immich
|
||||
image: altran1502/immich-server:v1.93.0
|
||||
image: altran1502/immich-server:v1.93.1
|
||||
command: ["start-server.sh"]
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
|
@ -53,7 +53,7 @@ services:
|
|||
|
||||
immich-microservices:
|
||||
container_name: immich-microservices
|
||||
image: altran1502/immich-server:v1.93.0
|
||||
image: altran1502/immich-server:v1.93.1
|
||||
command: ["start-microservices.sh"]
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
|
@ -75,7 +75,7 @@ services:
|
|||
|
||||
immich-machine-learning:
|
||||
container_name: immich-machine-learning
|
||||
image: altran1502/immich-machine-learning:v1.93.0
|
||||
image: altran1502/immich-machine-learning:v1.93.1
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache
|
||||
|
|
Loading…
Reference in New Issue
Block a user