Update immich-compose.yml

This commit is contained in:
2026-05-19 19:48:56 -05:00
parent c0a5dba07c
commit 251abf237e

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:${IMMICH_VERSION} image: ghcr.io/immich-app/immich-server:latest
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload - ${UPLOAD_LOCATION}:/usr/src/app/upload