Skip to content

Commit

Permalink
fix(immich): Use release tag for Immich
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Apr 22, 2024
1 parent 8799774 commit ffc7d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:

immich-microservices:
container_name: immich_microservices
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
image: ghcr.io/immich-app/immich-server:release
environment:
DB_HOSTNAME: immich_postgres
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
Expand All @@ -67,7 +67,7 @@ services:

immich-machine-learning:
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
image: ghcr.io/immich-app/immich-machine-learning:release
volumes:
- immich-model-cache:/cache
restart: always
Expand Down

0 comments on commit ffc7d0b

Please sign in to comment.