Ubooquity

Another little gem in all its simplicity is Ubooquity. If you have books and comics, and you would like to be able to read them on-line, this is the best one we found.
version: "2.1" services: ubooquity: image: ghcr.io/linuxserver/ubooquity container_name: Ubooquity environment: - PUID=1000 - PGID=1000 - TZ=Europe/Amsterdam #- MAXMEM=<maxmem> volumes: - ubooquity:/config - /mnt/media/books:/books - /mnt/media/comics:/comics #- <path to raw files>:/files ports: - 2202:2202 - 2203:2203 restart: unless-stopped volumes: ubooquity: external: name: vol_Media_Ubooquity
Hits: 1