chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1.95.1 (#2518)
This commit is contained in:
parent
1f6762ad6d
commit
b367341a3e
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8128,
|
||||
"id": "immich",
|
||||
"tipi_version": 73,
|
||||
"version": "1.94.1",
|
||||
"tipi_version": 74,
|
||||
"version": "1.95.1",
|
||||
"categories": [
|
||||
"data",
|
||||
"photography"
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
|||
services:
|
||||
immich:
|
||||
container_name: immich
|
||||
image: ghcr.io/immich-app/immich-server:v1.94.1
|
||||
image: ghcr.io/immich-app/immich-server:v1.95.1
|
||||
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.94.1
|
||||
image: ghcr.io/immich-app/immich-server:v1.95.1
|
||||
command: ['start-microservices.sh']
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
|
|
Loading…
Reference in New Issue
Block a user