################ # Unmanic Docker Compose template # # Use this template when enabling VAAPI Hardware accelerated encoding # # Variables that will need to be changed: # - User id for folder/file permissions # - Group id for folder/file permissions # - Your time zone, eg - Pacific/Auckland # - Path where Unmanic will store config files # - Path where you store the files that Unmanic will scan # - Cache path for in-progress encoding tasks # version: '2.4' services: unmanic: container_name: unmanic image: josh5/unmanic:latest ports: - 8888:8888 environment: - PUID= - PGID= - TZ= volumes: - :/config - :/library - :/tmp/unmanic devices: - /dev/dri:/dev/dri # For H/W transcoding using the VAAPI encoder