Skip to content

Commit 430b355

Browse files
committed
1 parent 106ff9b commit 430b355

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Apps/Immich/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
memory: 1024M
99
container_name: immich-server
1010
hostname: immich-server
11-
image: altran1502/immich-server:v2.5.3
11+
image: ghcr.io/immich-app/immich-server:v2.5.3
1212
volumes:
1313
- /DATA/Gallery/immich:/usr/src/app/upload
1414
- /etc/localtime:/etc/localtime:ro
@@ -30,7 +30,7 @@ services:
3030
immich-machine-learning:
3131
container_name: immich-machine-learning
3232
hostname: immich-machine-learning
33-
image: altran1502/immich-machine-learning:v2.5.3
33+
image: ghcr.io/immich-app/immich-machine-learning:v2.5.3
3434
environment:
3535
DB_DATABASE_NAME: immich
3636
DB_PASSWORD: postgres
@@ -58,7 +58,7 @@ services:
5858
database:
5959
container_name: immich-postgres
6060
hostname: immich-postgres
61-
image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52
61+
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
6262
environment:
6363
POSTGRES_PASSWORD: postgres
6464
POSTGRES_USER: postgres

0 commit comments

Comments
 (0)