linuxserver / docker-calibre

GNU General Public License v3.0
338 stars 62 forks source link

Calibre not starting after latest update #115

Closed lopiv2 closed 1 year ago

lopiv2 commented 1 year ago

linuxserver.io


Expected Behavior

When I create the docker, it is supposed to start the container in a right way.

Current Behavior

Errors appears: _calibre_logs.txt

Steps to Reproduce

  1. Executing Docker compose

Environment

OS: Ubuntu CPU architecture: x86_64/arm32/arm64 How docker service was installed:**

Docker was installed from Repo, in Linux

Command used to create docker container (run/create/compose/screenshot)

calibre:
    image: linuxserver/calibre:latest
    container_name: calibre
    environment:
      - PUID=${PUID}
      - PGID=${PGID}
      - TZ=${TZ}
      - UMASK_SET=022 #optional
    volumes:
      - /books:/config
    ports:
      - 8091:8080 
      - 8082:8081
    restart: unless-stopped
    networks:
      - traefik_proxy

Docker logs

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

thespad commented 1 year ago

I suspect it's probably this https://docs.linuxserver.io/faq#jammy

lopiv2 commented 1 year ago

That was, the security_opt: missing parameter. Thank you!