estimated reading time < 1 min
This is the docker-compose file for calibre-web from Linuxserver.io
version: "2" services: calibre-web: image: linuxserver/calibre-web container_name: calibre-web environment: - PUID=1000 - PGID=100 - TZ=Asia/Bangkok - DOCKER_MODS=linuxserver/calibre-web:calibre volumes: - /share/Container/container-data/calibre-web:/config - /share/homes/lars/eBooks:/books ports: - 8083:8083 restart: unless-stopped
Please adapt the variables to your individual needs. More info about this container can be found here: Calibre-Web
Views: 29