We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc3cc2 commit 5dc5e35Copy full SHA for 5dc5e35
Apps/Immich/docker-compose.yml
@@ -8,7 +8,7 @@ services:
8
memory: 1024M
9
container_name: immich-server
10
hostname: immich-server
11
- image: altran1502/immich-server:v1.132.3
+ image: altran1502/immich-server:v2.5.3
12
volumes:
13
- /DATA/Gallery/immich:/usr/src/app/upload
14
- /etc/localtime:/etc/localtime:ro
@@ -30,7 +30,7 @@ services:
30
immich-machine-learning:
31
container_name: immich-machine-learning
32
hostname: immich-machine-learning
33
- image: altran1502/immich-machine-learning:v1.132.3
+ image: altran1502/immich-machine-learning:v2.5.3
34
environment:
35
DB_DATABASE_NAME: immich
36
DB_PASSWORD: postgres
0 commit comments