This commit is contained in:
2025-02-26 19:53:25 +01:00
parent 9f9ffd2269
commit 409ed5502c

View File

@ -12,12 +12,12 @@ services:
immich-server: immich-server:
container_name: immich_server container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
extends: # extends:
file: hwaccel.transcoding.yml # file: hwaccel.transcoding.yml
service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
devices: # devices:
- /dev/dri/renderD128 # - /dev/dri/renderD128
- /dev/dri/card0 # - /dev/dri/card0
volumes: volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- /share/docker_data/immich/library:/usr/src/app/upload - /share/docker_data/immich/library:/usr/src/app/upload