We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d05a90 commit c88e44dCopy full SHA for c88e44d
1 file changed
Apps/Immich/docker-compose.yml
@@ -8,7 +8,7 @@ services:
8
memory: 1024M
9
container_name: immich-server
10
hostname: immich-server
11
- image: ghcr.io/immich-app/immich-server:v2.6.3
+ image: ghcr.io/immich-app/immich-server:v2.7.2
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: ghcr.io/immich-app/immich-machine-learning:v2.6.3
+ image: ghcr.io/immich-app/immich-machine-learning:v2.7.2
34
environment:
35
DB_DATABASE_NAME: immich
36
DB_PASSWORD: postgres
0 commit comments