- Solved
- Minor
After updating 6.12.8 i did an container update to paperless-ngx.
the container won't create because of:
docker: invalid spec: :/usr/src/paperless/export:rw: empty section between colons.
this wasn't a problem on 6.12.6.
here a complete log:
docker run
-d
--name='paperless-ngx'
--net='bridge'
-e TZ="Europe/Berlin"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Unraid-1"
-e HOST_CONTAINERNAME="paperless-ngx"
-e 'PAPERLESS_REDIS'='redis://192.168.0.50:6379'
-e 'PAPERLESS_OCR_LANGUAGE'='deu+eng'
-e 'PAPERLESS_OCR_LANGUAGES'=''
-e 'PAPERLESS_FILENAME_FORMAT'='{created_year}/{correspondent}/{created_year}{created_month}{created_day}-{correspondent}-{document_type}'
-e 'PAPERLESS_TIME_ZONE'='Europe/Berlin'
-e 'PAPERLESS_TIKA_ENABLED'='1'
-e 'PAPERLESS_TIKA_ENDPOINT'='http://192.168.0.50:9998'
-e 'PAPERLESS_TIKA_GOTENBERG_ENDPOINT'='http://192.168.0.50:3000'
-e 'PAPERLESS_IGNORE_DATES'=''
-e 'PAPERLESS_CONSUMER_POLLING'='0'
-e 'PAPERLESS_SECRET_KEY'='lülülülülülülül'
-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/cache0_vm/appdata/paperless-ngx/data':'/usr/src/paperless/data':'rw'
-v '/mnt/user/Dokumente/':'/usr/src/paperless/media':'rw'
-v '/mnt/user/temp/paperpess_import/':'/usr/src/paperless/consume':'rw'
-v '':'/usr/src/paperless/export':'rw'
--hostname paperless-ngx
--no-healthcheck 'ghcr.io/paperless-ngx/paperless-ngx'
docker: invalid spec: :/usr/src/paperless/export:rw: empty section between colons.
See 'docker run --help'.
The command failed.
Removing the "Export" Path, helped temporarily.
Diagnostic is attaced.
Thanks