Hi,
Trying to install paperless-ngx from APPS menu, but getting error. Redis already installed.
docker run
-d
--name='paperless-ngx'
--net='bridge'
-e TZ="Europe/London"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="NeivesUnraid"
-e HOST_CONTAINERNAME="paperless-ngx"
-e 'PAPERLESS_REDIS'='redis://192.168.68.240:6379'
-e 'PAPERLESS_OCR_LANGUAGE'='pt'
-e 'PAPERLESS_OCR_LANGUAGES'='pt'
-e 'PAPERLESS_FILENAME_FORMAT'='{created}-{correspondent}-{title}'
-e 'PAPERLESS_TIME_ZONE'='Europe/London'
-e 'PAPERLESS_IGNORE_DATES'=''
-e 'PAPERLESS_CONSUMER_POLLING'='0'
-e 'PAPERLESS_SECRET_KEY'='e11fl1oa-*ytql8p)(06fbj4ukrlo+n7k&q5+$1md7i+mge=ee'
-e 'USERMAP_UID'='99'
-e 'USERMAP_GID'='100'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:8000]'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/paperless.png'
-p '8000:8000/tcp'
-v '/mnt/user/appdata/paperless-ngx/data':'/usr/src/paperless/data':'rw'
-v '/mnt/user/appdata/paperless-ngx/media':'/usr/src/paperless/media':'rw'
-v '/mnt/user/appdata/paperless-ngx/consume':'/usr/src/paperless/consume':'rw'
-v '/mnt/user/appdata/paperless-ngx/export':'/usr/src/paperless/export':'rw' 'ghcr.io/paperless-ngx/paperless-ngx'
Unable to find image 'ghcr.io/paperless-ngx/paperless-ngx:latest' locally
docker: Error response from daemon: Head "https://ghcr.io/v2/paperless-ngx/paperless-ngx/manifests/latest": Get "https://ghcr.io/token?scope=repository%3Apaperless-ngx%2Fpaperless-ngx%3Apull&service=ghcr.io": net/http: request canceled (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.
The command failed.