Skip to content

Commit 6bfa153

Browse files
authored
docker-compose-v190.yml
fix image to v1.91.0
1 parent a4046f8 commit 6bfa153

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/immich/docker-compose-v190.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: "3.8"
55
services:
66
immich-server:
77
container_name: immich-server
8-
image: altran1502/immich-server:release
8+
image: altran1502/immich-server:v1.91.0
99
command: [ "start.sh", "immich" ]
1010
volumes:
1111
- ${UPLOAD_LOCATION}:/usr/src/app/upload
@@ -36,7 +36,7 @@ services:
3636

3737
immich-microservices:
3838
container_name: immich-microservices
39-
image: altran1502/immich-server:release
39+
image: altran1502/immich-server:v1.91.0
4040
command: [ "start.sh", "microservices" ]
4141
volumes:
4242
- ${UPLOAD_LOCATION}:/usr/src/app/upload
@@ -73,7 +73,7 @@ services:
7373
# - proxy
7474

7575
immich-machine-learning:
76-
image: altran1502/immich-machine-learning:release
76+
image: altran1502/immich-machine-learning:v1.91.0
7777
container_name: immich-ml
7878
volumes:
7979
- ${UPLOAD_LOCATION}:/usr/src/app/upload

0 commit comments

Comments
 (0)