chore(deps): update altran1502/immich-proxy docker tag to v1.84.0 (#1510)
This commit is contained in:
parent
7a63775bc2
commit
8c24358f89
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8128,
|
"port": 8128,
|
||||||
"id": "immich",
|
"id": "immich",
|
||||||
"tipi_version": 50,
|
"tipi_version": 51,
|
||||||
"version": "1.83.0",
|
"version": "1.84.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"data",
|
"data",
|
||||||
"photography"
|
"photography"
|
||||||
|
@ -36,5 +36,8 @@
|
||||||
"env_variable": "IMMICH_TYPESENSE_API_KEY"
|
"env_variable": "IMMICH_TYPESENSE_API_KEY"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
immich:
|
immich:
|
||||||
container_name: immich
|
container_name: immich
|
||||||
image: altran1502/immich-proxy:v1.83.0
|
image: altran1502/immich-proxy:v1.84.0
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8080
|
- ${APP_PORT}:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user