immich/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-29 13:03:01 +00:00
parent f339ce634e
commit affee5a336

View File

@@ -1,7 +1,7 @@
services:
immich-server:
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-latest}
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
container_name: immich-server
volumes:
- ${UPLOAD_LOCATION:-./immich_upload}:/usr/src/app/upload
@@ -24,7 +24,7 @@ services:
restart: unless-stopped
immich-machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:latest
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_AI_VERSION:-release}
container_name: immich-ml
volumes:
- ${UPLOAD_LOCATION:-./immich_upload}:/usr/src/app/upload