Skip to content

0.17.1-lite: Container not starting #531

Closed
@ontheair81

Description

Running frooodle/s-pdf:0.17.1-lite via Docker on Debian 12.4. The container is not able to start with this error message:

Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/scripts/init.sh": stat /scripts/init.sh: no such file or directory: unknown

The non-lite version works as expected.

If needed, here is my compose:

version: '3.3'

services:
  stirling-pdf:
    container_name: pdf_mydomain_tld
    image: frooodle/s-pdf:0.17.1-lite
    ports:
      - ':8080'
    volumes:
      - /home/user/bind-mounts/stirling-pdf/trainingData:/usr/share/tesseract-ocr/5/tessdata
      - /home/user/bind-mounts/stirling-pdf/extraConfigs:/configs
      - /home/user/bind-mounts/stirling-pdf/customFiles:/customFiles/
    environment:
      - VIRTUAL_HOST=pdf.mydomain.tld
      - LETSENCRYPT_HOST=pdf.mydomain.tld
      - DOCKER_ENABLE_SECURITY=true
      - SECURITY_ENABLE_LOGIN=true
      - SYSTEM_DEFAULT_LOCALE=de-DE
      - SYSTEM_GOOGLE_VISIBILITY=false
    networks:
      - net
    restart: always

networks:
  net:
    external: true

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions