Update immich-compose.yml

This commit is contained in:
2026-05-19 19:51:46 -05:00
parent 251abf237e
commit c4426f3bb3

View File

@@ -7,7 +7,7 @@ name: immich
services: services:
immich-server: immich-server:
container_name: immich_server container_name: immich_server
image: ghcr.io/immich-app/immich-server:latest image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION}
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload - ${UPLOAD_LOCATION}:/usr/src/app/upload