diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index f1d0adc..5cbdbb4 100755 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -51,6 +51,8 @@ services: extends: file: hwaccel.transcoding.yml service: ${HW_MODE1:-cpu} + devices: + - /dev/dri:/dev/dri healthcheck: disable: false image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}