---
version: "2"
services:
calibre-web:
image: linuxserver/calibre-web:0.6.24
container_name: calibre-web
restart: no
environment:
- TZ # Specify a timezone to use EG Europe/London.
- PUID=1000 # ID of user to take ownership of application/files
- PGID=1000 # GID of user to take ownership of application/files
- DOCKER_MODS=linuxserver/calibre-web:calibre # #optional & x86-64 only Adds the ability to perform ebook conversion e.g. linuxserver/calibre-web:calibre
volumes:
- /host/path/to/config:/config # Where calibre-web stores the internal database and config.
- /host/path/to/books:/books # Where your calibre database is located
ports:
- 8083:8083/tcp # Webui