Commit 6bfa153 1 parent a4046f8 commit 6bfa153 Copy full SHA for 6bfa153
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: "3.8"
5
5
services :
6
6
immich-server :
7
7
container_name : immich-server
8
- image : altran1502/immich-server:release
8
+ image : altran1502/immich-server:v1.91.0
9
9
command : [ "start.sh", "immich" ]
10
10
volumes :
11
11
- ${UPLOAD_LOCATION}:/usr/src/app/upload
@@ -36,7 +36,7 @@ services:
36
36
37
37
immich-microservices :
38
38
container_name : immich-microservices
39
- image : altran1502/immich-server:release
39
+ image : altran1502/immich-server:v1.91.0
40
40
command : [ "start.sh", "microservices" ]
41
41
volumes :
42
42
- ${UPLOAD_LOCATION}:/usr/src/app/upload
@@ -73,7 +73,7 @@ services:
73
73
# - proxy
74
74
75
75
immich-machine-learning :
76
- image : altran1502/immich-machine-learning:release
76
+ image : altran1502/immich-machine-learning:v1.91.0
77
77
container_name : immich-ml
78
78
volumes :
79
79
- ${UPLOAD_LOCATION}:/usr/src/app/upload
You can’t perform that action at this time.
0 commit comments