Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
upgrade immich to v1.97.0
  • Loading branch information
l4rm4nd authored Mar 2, 2024
1 parent 6878fbc commit 83a695b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
immich-server:
container_name: immich-server
image: altran1502/immich-server:v1.95.1
image: altran1502/immich-server:v1.97.0
command: [ "start.sh", "immich" ]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
Expand Down Expand Up @@ -38,7 +38,7 @@ services:

immich-microservices:
container_name: immich-microservices
image: altran1502/immich-server:v1.95.1
image: altran1502/immich-server:v1.97.0
command: [ "start.sh", "microservices" ]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
Expand All @@ -57,7 +57,7 @@ services:
# - proxy

immich-machine-learning:
image: altran1502/immich-machine-learning:v1.95.1
image: altran1502/immich-machine-learning:v1.97.0
container_name: immich-ml
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
Expand Down

0 comments on commit 83a695b

Please sign in to comment.