immich/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user